Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 1.55 KB

README.md

File metadata and controls

49 lines (44 loc) · 1.55 KB

Wars

A browser multiplayer turn-based strategy game

Developer setup

1. Install node.js, mongodb and coffeescript
2. Run the following commands

git clone https://github.com/bzar/wars-gamenode.git 
cd wars-gamenode 
git submodule update --init --recursive
node wars

3. Development server runs at port 8888

Used libs and stuff