"Peanut War" is a real-time strategy game. The game is developed with HTML5 and Easeljs.
Please refer to the following steps to install and run the game on your server:
- rename 'config_template.js' to 'config.js' and make your own configuration
- install all required modules with 'sudo npm install'
- launch server by 'node server.js'
You need Nodejs and Mongodb to host the server of the game. Make sure your config.js file matches with your Mongodb configuration, especially database and user.
Have Fun on Peanut War !