This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/docs/pseudocode.txt
T
Kayne Ruse 79304f24b8 Imported basics
project directory
client - scene system
server - empty main
SDL_net source
graphical resources
2013-04-28 04:37:14 +10:00

25 lines
444 B
Plaintext

Client:
loops
handles input from the user
handles graphics and sound
communicates with the server (how?)
-------------------------
Server:
loops
accepts new connections, disconnections, and handles loss of connections
holds the positions/data of all players
Player:
id
[graphical stuff]
position
velocity
-------------------------
Animations:
multiple cells in one animation (x-axis)
multiple animations in one sheet (y-axis)