Commit Graph

31 Commits

Author SHA1 Message Date
1f6bc05e01 mv font_texture into sdluictx, start work on multiplayer 2025-03-18 23:54:44 +01:00
e11653d8dc fix bag logic 2025-03-15 01:24:14 +01:00
7caef1ce4a include config.rs 2025-03-15 00:52:03 +01:00
91c18ff16f make config irrelevant to graphics logic 2025-03-05 23:54:45 +01:00
6699ea683c spawn tetromino above game board, fix game over logic 2025-03-04 11:15:20 +01:00
bda06192ba center pieces 2025-03-04 10:42:18 +01:00
2d644f34f6 increase piece width 2025-03-04 10:30:43 +01:00
3ef61c0e89 rm default_config.toml 2025-03-03 22:46:25 +01:00
9a978c3b3d prevent key repeat clogging just_pressed 2025-03-03 22:45:04 +01:00
45ae4223ab rm oldmain.rs 2025-03-03 22:18:21 +01:00
22702ae8a4 configmaxxing 2025-03-03 21:59:04 +01:00
414ac1ed4c fix scaling 2025-03-03 20:37:17 +01:00
3fa1aff1f4 next up 2025-03-03 20:20:19 +01:00
5a073dcad0 held piece 2025-03-03 20:06:53 +01:00
33748e4956 refactor patterns 2025-03-03 19:57:32 +01:00
099317ffc9 set initial height literally since we now handle centering dynamically 2025-03-03 19:28:03 +01:00
1830aec847 resizable game window 2025-03-03 19:17:29 +01:00
489c2814e2 ui abstraction 2025-03-03 19:09:55 +01:00
ecbb7c6756 muting audio 2025-03-03 17:48:27 +01:00
a19a9e9cc3 audio 2025-03-03 17:39:28 +01:00
7d6822cd34 draw ghost 2025-03-03 15:14:59 +01:00
fc6ebcdbc2 pause/game over 2025-03-03 14:54:51 +01:00
63a8c0bd78 render board 2025-03-03 13:07:46 +01:00
db57450452 fix imports 2025-03-03 12:30:35 +01:00
f1877a1e8c move game stuff into game 2025-03-03 12:22:57 +01:00
eddf9d81c0 simplify direction_pattern 2025-03-03 12:06:48 +01:00
8199928d7d line clears 2025-03-03 11:55:50 +01:00
8e588a8a70 stepping 2025-03-02 22:14:31 +01:00
4b5124f1c3 place_current_tetromino + try_rotate fn 2025-03-02 21:00:37 +01:00
3837963cfa move rotation patterns from numbers to strings 2025-03-02 17:39:23 +01:00
e392a4132a initial commit 2025-03-02 16:59:44 +01:00