An online 1v1 web game where you win by eliminating the other player's units.
- Move Units: Select a unit and move it by right-clicking your desired destination. You can also move multiple units at once.
- Place New Units: Deploy new units on the board by pressing [space].
- Eliminate your opponent's units by moving one of your units onto the same tile as theirs.
- Keep in mind that you have a limited amount of units/moves, but get more as the game progresses.
The game works by first synchronizing time between the clients and the server. This enables the server to take player's latencies into account when issuing commands, which in turn makes it possible for the clients to see a synchronized version of the game state.
Pixijs is used for rendering the game.
