/Trench

Simplified RTS/tug of war game done for a ~24h Uken Games hackathon.

Primary LanguageJavaScript

Install node: brew install node curl http://npmjs.org/install.sh | sh

Get dependencies: npm install node-static npm install socket.io

Start server: node server.js [port(|| 1337)] [debug_mode?(|| false)]