An open API service indexing awesome lists of open source software.

https://github.com/jamro/jsbattle

JavaScript Programming Game (inspired by RoboCode)
https://github.com/jamro/jsbattle

ai artificial-intelligence javascript js robocode tank-game

Last synced: 6 months ago
JSON representation

JavaScript Programming Game (inspired by RoboCode)

Awesome Lists containing this project

README

          

# JsBattle - JavaScript Programming Game

[![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/jsbattle)
[![Technical debt](https://sonarcloud.io/api/project_badges/measure?project=jamro-github%3Ajsbattle&metric=sqale_index)](https://sonarcloud.io/dashboard?id=jamro-github%3Ajsbattle)
[![License](https://img.shields.io/github/license/jamro/jsbattle.svg)](https://opensource.org/licenses/MIT)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)

![Screen shot](./packages/jsbattle-docs/docs/img/screenshot.png)

## About
JsBattle is inspired by [Robocode](http://robocode.sourceforge.net/). 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.

### Demo
Give JsBattle a try and play the demo here: [http://jsbattle.jmrlab.com](http://jsbattle.jmrlab.com)

## Documentation
Read more in [/packages/jsbattle](./packages/jsbattle/README.md) or at [jsbattle.jmrlab.com/docs](http://jsbattle.jmrlab.com/docs)