Skip to content

Instantly share code, notes, and snippets.

View Ratstail91's full-sized avatar
💭
Back in my day, we didn't need no AI.

Kayne Ruse Ratstail91

💭
Back in my day, we didn't need no AI.
View GitHub Profile
while(1)
{
calculateDT
disaptch inbound packets (you don't pass DT here, instead, this should have a reference to your gamestate object)
update accordingly (pass DT HERE)
render
}