Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:projects:tetris:source [2010/01/23 02:54] – jeff | wiki:projects:tetris:source [2020/11/19 14:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== Change Log ===== | ===== Change Log ===== | ||
- | ==== Date ==== | + | ==== January 9, 2010 ==== |
+ | * Rewrote the PlayState class | ||
+ | * Now when a row clears the blocks move down | ||
+ | * Now there is an error with collision detection | ||
+ | * There is also an error with moving the blocks down | ||
+ | |||
+ | ==== August 8, 2009 ==== | ||
+ | |||
+ | * First pass at trying to create Tetris | ||
+ | * The blocks fall | ||
+ | * The blocks are contained within the game board | ||
+ | * The shapes can rotate | ||
+ | * It removes rows and gives a score but does not move blocks above down |