1
0
Fork 0
tetris-go/game
2025-09-24 18:32:50 +02:00
..
draw feat(draw): add DrawShape() 2025-09-14 22:16:29 +02:00
state feat(fsm): make the special state "quit" exit the fsm. 2025-09-24 18:32:50 +02:00
block.go feat: add game/block.go 2025-09-14 22:16:29 +02:00
collision.go feat(collision): check grid bounds in x axis. 2025-09-15 06:47:48 +02:00
grid.go feat(grid): add ClearFullRows() 2025-09-15 08:06:39 +02:00
score.go feat: add score type 2025-09-15 08:50:52 +02:00
shape.go feat(shape): add RotateCW() and RotateCCW() 2025-09-15 06:54:20 +02:00
shape_queue.go feat: add game/shape_queue.go 2025-09-17 06:38:37 +02:00
shape_type.go feat: add shape struct 2025-09-14 22:16:29 +02:00