A game where different AIs written by potential candidates battle each other.
- Checkout this project to your hard disk
- Install MongoDB on your computer: https://www.mongodb.org/downloads
- Install Node.Js on your computer: https://nodejs.org/
- (Optional) Install MongoChef on your computer to be able to access the database: http://3t.io/mongochef/
- Open a terminal/cmd window and navigate to the project folder
- Do
npm install
(you will need a C compiler on your machine. On Unix and Mac this should work out of the box on Windows consider using a virtual machine for your development) - Do
node index.js
- Point your web browser to http://localhost:5000/contestant/new and create a contestant
- Do this twice
- Point your web browser to http://localhost:5000/arena and watch your contestants play