Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cmsrs/balllines

Kulki, Ball lines, Color Lines: Move the balls to from lines of 5 or more balls of the same colour. The lines can be horizontal, vertical or diagonal.
https://github.com/cmsrs/balllines

ai artificial-intelligence ball ball-lines colours game javascript kulki

Last synced: 11 days ago
JSON representation

Kulki, Ball lines, Color Lines: Move the balls to from lines of 5 or more balls of the same colour. The lines can be horizontal, vertical or diagonal.

Awesome Lists containing this project

README

        

balllines
=========

Ball lines, Kulki, Color Lines for mobile or stationary devices.
Move the balls to from lines of 5 or more balls of the same colour.
The lines can be horizontal, vertical or diagonal.

Game was written in pure JavaScript and HTML5, CSS3, includes two library:

1. modernizr - check that web browser have been embedded in Canvas,

2. javascript-astar - assign the shortest path ball from one point to another with: "A* Search Algorithm". Library is available on the website: http://github.com/bgrins/javascript-astar

You can play with my game on the page:

http://www.cmsrs.pl/en/projects/kulki

Run the game:

```bash
git clone https://github.com/cmsrs/balllines.git
cd balllines/
firefox ./index.html
```

Install as Android app:

https://play.google.com/store/apps/details?id=pl.cmsrs.balllines

https://play.google.com/store/apps/details?id=pl.cmsrs.balllinesv2

https://play.google.com/store/apps/details?id=pl.cmsrs.balllinesv3