jsbattle
v3.7.1
Published
[![Codeship Status for jamro/jsbattle](https://app.codeship.com/projects/3f7f0000-2534-0137-9e7b-528dbf034d80/status?branch=master)](https://app.codeship.com/projects/330165) [![npm version](https://badge.fury.io/js/jsbattle.svg)](https://badge.fury.io/js
Downloads
102
Readme
JsBattle - JavaScript Programming Game
About
JsBattle is inspired by Robocode. It is a game for JavaScript developers. The goal is to program artificial intelligence of a tank that will destroy all opponents and win the competition.
How to Start?
Demo
Give JsBattle a try and play the demo here: http://jsbattle.jmrlab.com
Installation
Install the package via NPM:
npm install jsbattle
Go to node_modules/jsbattle
directory and start JsBattle by running:
npm start
Open the game in your browser: http://localhost:8080
How to play?
Read Getting Started section of the documentation. There are a few ways to accessing it:
- Demo Webpage: http://jsbattle.jmrlab.com/docs
- Your local installation: http://localhost:8080/docs
- GitHub: /packages/jsbattle-docs/docs