Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmsrs/balllines
- Owner: cmsrs
- License: mit
- Created: 2014-04-15T10:58:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T12:43:08.000Z (about 2 years ago)
- Last Synced: 2023-08-04T03:07:29.885Z (over 1 year ago)
- Topics: ai, artificial-intelligence, ball, ball-lines, colours, game, javascript, kulki
- Language: JavaScript
- Homepage: http://www.cmsrs.pl/en/cms/projects/ball-lines
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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