gotdibbs / Battleship

AI competition built on Node.js. Players create bots in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battleship

AI competition built on Node.js. Players create bots in JavaScript.

  • Documentation is included in the framework.

  • Framework installs like any other Node.js application. Download source code and run npm install from the command line. Note that it is currently setup to run on Azure/IISNode so you would need to tweak the port setting in app.js in order to run in another environment.

  • If you wish to run this on a remote server, I suggest switching to the 'Remote' configuration which uses Persona to authenticate users and filter them by email address domain. This involves replacing app.js with app.remote.js and views\layout.jade with views\layout.remote.jade.

  • Battles can be run in Fast mode or Visual mode (screenshots below). Visual mode runs three games and allows you to step through them at various speeds.

Fast Mode

Fast Mode Screenshot

Visual Mode

Visual Mode Screenshot

About

AI competition built on Node.js. Players create bots in JavaScript.


Languages

Language:JavaScript 56.2%Language:CSS 27.8%Language:HTML 16.0%