Netris
About
# Netris
A Simple tetris game written in modern JavaScript
## About
Blazing fast as source code is optimized to maximum !
No annoying ads !
No warnings or errors !
Object Oriented design !
Written in modern JavaScript.
Select your preferred board / cell !
## Usage as component
Simply add these in your website.
You can add as many Netris as you like.
```
...
...
```
## Options
These are given as object to *netris({...})*
- width (int): Cells vertical
- height (int): Cells horizontal
- cell (int): Cell size
- id (string): Element to attach Netris
- fps (int): Frames Per Second
- style (string): Style for canvas
## Requirements
Only browser.
Click `index.html` to play.
Internet connection isn't needed !
## License
Personal use or for you own website