jCells
A downloadable game for Windows, macOS, Linux, and Android
# jCells
A Simple puzzle game written in modern JavaScri
## About
Blazing fast as source code is optimized to maximum !
No annoying ads !
No warnings or errors !
Object Oriented design !
Written in modern JavaScript.
## Install
Unzip the file and click *index.html* to play.
## Modes
- index.html : Default w/ all the options
- simple.html : Just the game
## Usage as component
Simply add these in your website.
You can add as many jCells as you like.
```
<body>
...
<canvas id="idCanvas"></canvas>
<script src="jcells.js"></script>
<script>window.jcells({id: "idCanvas", width: 10, height: 10, cell: 55});</script>
</body>
```
## Input
- Esc : "Escape" to quick exit
- Mouse : To play
## Tips
- Bank time in lower levels
- Take a break w/ "pause"
## Options
These are given as object to *window.jcells({...})*
- width (int) : Cells vertical
- height (int) : Cells horizontal
- cell (int) : Cell size
- rule (int) : Blocks in a row rule
- level (int) : Game difficulty (0 - 20)
- id (string) : Element to attach jCells
- style (string) : Style for canvas
## Requirements
Only browser.
Click `index.html` or `simple.html` to play.
Internet connection isn't needed !
## License
Personal use or to be used on your website
Status | Released |
Platforms | Windows, macOS, Linux, Android |
Author | samuraigames1 |
Genre | Puzzle |
Tags | candy, crush, javascript |
Purchase
In order to download this game you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.