Multiplayer game written in Odin

Implemented features:
- map sync for newly connected players
- destructible map
- realtime map sync
- rockets shooting
- animations
Unimplemented features:
- random map generation
- weapons system
odin build ./src/server
odin build ./src/client
./server 56780 &
./client 127.0.0.1:56780 1