blob: 9128469b5b5226325d6cecfc7cd2c10148aa3909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Redo Piece data structure for easier rotation
a center, the 9 around that and 27 or whatever around that
so that they can just be shifted around
implement a get function to make things easy on the display function
SFML input
SFML graphics
Select between debug(cli) and gui display
Next piece in gui
Add sounds (mostly for losing, winning and clearing a row)
Pause on lose focus
Also add a pause
Have a menu
Add to score on line clear
|