-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
26 lines (23 loc) · 771 Bytes
/
CHANGELOG
File metadata and controls
26 lines (23 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
v0.3, 2013-07-23
----------------
* Larger game window height.
* Ghost tetrominos.
* Tetriminos always spawn horizontally.
* Tetriminos rotate even when they are leaned against the ceiling.
* Every brick now has a border.
* WASD have been replaced by the arrow keys.
* Better performance.
v0.2.2, 2013-07-14
----------------
* Fixed an error (validation error) in game.html.
* Adjusted the canvas position.
* Removed the Tetromino enum.
* Updated the readme.
v0.2.1, 2013-06-27
----------------
* Now being able to restart the game without refreshing the page.
v0.2, 2013-06-26
----------------
* A new canvas showing the next upcoming tetromino was added.
* Tetrominos rotate clockwise.
* Score and level is shown in the very foreground.