JavaScript Programming game inspired for the Versus Hacker Retreat BCN 2014.
====================
- Clone the repository:
git clone https://github.com/goferito/planetConquer
- Install dependencies:
npm install
- Start server:
node app.js
- Edit the
/public/js/AIs.js
file to create your own AI functions. - Change the
/public/js/conquerors_config.js
file to config the players names, colors, and the AI they are going to use. - Watch the combat in your browser