First working multiplayer version

This commit is contained in:
Phew
2026-02-11 23:20:46 +01:00
parent 08686e0fd6
commit a11da1b3d8
7 changed files with 284 additions and 163 deletions

View File

@@ -9,7 +9,7 @@ class Enemy
bool Alive();
int _pos;
int _wobble;
int playerSide;
int playersSide[4]; // This should be MAX_PLAYERS
private:
int _dir;
int _speed;