Commit Graph

20 Commits

Author SHA1 Message Date
c7f3e7c741 TETRIS: lines 2020-09-11 14:24:54 +02:00
c7f5e834bb TETRIS: fix rotation 2020-09-11 12:28:42 +02:00
a10f3cf47e Only show shadow BELOW current piece 2020-09-11 11:47:24 +02:00
625e7866a4 TETRIS: Show shadow of where the piece will fall 2020-09-10 16:50:36 +02:00
393b975dbe Tetris: dark background, make window resizable 2020-08-24 22:14:41 +02:00
f36890e124 Start pieces from higher up 2020-08-24 20:46:10 +02:00
194981a3d3 Finally fix randomly missing blocks 2020-08-24 20:37:20 +02:00
14943bf005 Fixed game over menu 2020-08-24 20:07:11 +02:00
af5e7bbd34 Add game over screen 2020-08-24 18:44:42 +02:00
c853e925bd TETRIS: Add restart option to pause menu 2020-08-24 18:21:35 +02:00
29b750cf9a Fixed random 45 degree turns 2020-08-24 17:44:34 +02:00
e6bf3def99 Check surroundings before rotation 2020-08-24 16:36:24 +02:00
07fb33c2dd Tetris pieces should be shared_ptr 2020-08-24 08:48:25 +02:00
5d18c3b923 Tetris: slightly better randomizer 2020-08-23 15:49:38 +02:00
74d8799ab5 Tetris: fixed when high framerates 2020-08-23 15:30:45 +02:00
5f275081fe Define block size and player area, check if rotation is valid 2020-08-23 11:37:07 +02:00
a995ba3b85 Some basic formatting 2020-08-23 09:50:05 +02:00
097fab4329 Use text renderer 2020-08-23 09:49:04 +02:00
cf8ec294d1 We have 7 tetris blocks, not 6 2020-08-23 01:23:47 +02:00
f58bec6204 TETRIS 2020-08-23 01:15:46 +02:00