Commit Graph

18 Commits

Author SHA1 Message Date
Kristofers Solo
a294ba4e90 feat(game): add game over and restart methods 2024-01-04 06:34:29 +02:00
Kristofers Solo
384a4d8d74 feat(game): add scoring mechanic 2024-01-04 06:29:18 +02:00
Kristofers Solo
3962ad4e14 feat(game): increase down speed on key press 2024-01-04 05:36:00 +02:00
Kristofers Solo
aa96feb93b style(game): rename shape to figure 2024-01-04 04:59:37 +02:00
Kristofers Solo
29c0460fb2 feat(game): add generation of next Figures 2024-01-04 04:58:00 +02:00
Kristofers Solo
2c040b4575 feat(game): add figure rotation 2024-01-04 04:46:50 +02:00
Kristofers Solo
2df1c0a156 feat(game): add full row disappearance and movement 2024-01-04 04:24:49 +02:00
Kristofers Solo
e68abf8f94 feat(game): add vertical block collision 2024-01-04 03:56:45 +02:00
Kristofers Solo
a211dd0254 feat(game): generate new figure 2024-01-04 03:20:52 +02:00
Kristofers Solo
684f5ba196 refactor(game): use Direction enum 2024-01-04 03:14:52 +02:00
Kristofers Solo
86d7899e1f feat(game): add horizontal movement 2024-01-04 03:14:52 +02:00
Kristofers Solo
ae31baf925 feat(game): add block movement down 2024-01-04 03:14:52 +02:00
Kristofers Solo
5291ca5de5 fix(game): grid border render 2024-01-04 03:14:52 +02:00
Kristofers Solo
29d83322af feat(game): add Tetramino class 2024-01-04 03:14:52 +02:00
Kristofers Solo
e045779158 feat(game): add Block class 2024-01-04 01:15:34 +02:00
Kristofers Solo
06fa7c4cf7 fix(game): flickering 2024-01-04 00:57:56 +02:00
Kristofers Solo
9c306df840 feat(game): add Score surface 2024-01-04 00:31:35 +02:00
Kristofers Solo
04e346a9b9 feat(game): add Game surface 2024-01-03 23:38:09 +02:00