Browser Realtime multiplayer game. Pirate Wars is a MOBA style boat game with up to 5 players in each team.
Getting started:
npm install
sudo npm install -g browserify
To run the game:
- Windows
./run_server.sh
- Linux (use nodejs)
chmod +x run_server_on_linux.sh
./run_server_on_linux.sh
capthatflag is a very cool project from crisu83 that served as inspiration!