A Tetris-like game, built using HTML5 and JS.
Instructions
To tryout the game just point your browser to: r4zzm.github.com/blockis
Press any button to start the game once the page has loaded. To play again
after gameover just refresh the page.
The vim-naviagation inspired controlscheme is the following:
h - move block left
l - move block right
f - rotate block clockwise
d - rotate block counter clockwise
k - softdrop / lockdown
l - harddrop
The Backlog
Ranked by priority:
- Code cleanup.
- A start up screen that tells the user to 'press any key to start' along with instructions on the controls.
- Fixing the rotation system. Today it is as undefined as it can be. There is also a known issue (the only one known) where is it possible to keep a piece alive for an endless duration as long as it is being rotated. This was introduced to fix another bug. Anyway, the game should implement some kind of known "tetris-clone" rotation system and not an arbitrary one.
- "Next piece"
- Score.
- Everything else.