Test your coding skills against anyone. Then create new challenges for others to test themselves against!
- Product Owner: Preston Winstead
- Lead Engineer: Lily Lebec
Bringing fast paced fun to coding. BattleCodes lets you solve programming challenges in a race against friends. Want to prove that you're the best coder among your friends? Now you can! Create custom challenges and challenge your friends to a battle to prove your dominance. Just don't sink beneath the pressure of the timer!
Setting up a development environment requires global installations of node
- Globally installed node >= 4.0
On the command prompt run the following commands
$ git clone https://github.com/Javacrypts/BattleCode.git
$ cd BattleCode/
$ npm run setup
For Database:
BattleCode uses MongoDB through Mongoose. Setup a local instance of a MongoDB or use Mlabs and reconfigure dbTools.js to connect to it.