Commit Graph

103 Commits

Author SHA1 Message Date
cbebb81693 feat: add ghost piece 2021-06-14 00:33:13 -04:00
c9558e6b4d feat: add labels 2021-06-13 23:41:48 -04:00
c95077baf8 chore: change bmp font and test text gen 2021-06-13 12:17:02 -04:00
afaaf3a8bc feat: create sheet splice part of text generator 2021-06-11 23:48:55 -04:00
b3708a50f3 chore: add new modules to build script 2021-06-11 22:54:18 -04:00
fc396550cb refactor!: restructure project files and modules 2021-06-11 22:48:10 -04:00
07e0679ede chore: move resources into folders 2021-06-11 15:31:37 -04:00
6de3f45ba3 refactor: improve piece class readability 2021-06-11 15:15:15 -04:00
40640b6d62 chore: update gif in readme 2021-06-10 18:48:58 -04:00
0437e99522 chore: fix build script to include music files 2021-06-10 18:32:23 -04:00
4cd6b606f3 feat: add soft drop and exit on full well 2021-06-10 18:25:54 -04:00
65f2d299b9 fix: move piece to correct spawn position 2021-06-10 17:49:39 -04:00
4929bdff44 feat: add set piece logic 2021-06-10 17:45:12 -04:00
1f182476fd feat: revamp colors 2021-06-10 17:19:27 -04:00
b7e0737682 fix: address issue with nonplaying sound and delay 2021-06-10 20:09:05 +00:00
f57e4de0e5 feat: add the rest of the sounds with channels 2021-06-10 15:53:14 -04:00
884a02caa7 feat: add main music to game 2021-06-10 15:14:01 -04:00
9b90e26a36 feat: implement line completion logic 2021-06-10 14:01:26 -04:00
f3bfecf5ff chore: add demo gif to readme 2021-06-09 15:18:07 -04:00
741190ca2e chore: add project readme 2021-06-09 14:45:07 -04:00
25571a763f chore: improve build script for release 2021-06-09 12:50:57 -04:00
49ac4a5f5b chore: create build script for release 2021-06-08 19:36:40 -04:00
52cbec5a8f feat: implement gravity on current piece 2021-06-08 17:21:15 -04:00
b42a2c377b feat: implement stack 2021-06-08 16:09:21 -04:00
18c488ac48 refactor: reference tile size using config 2021-06-08 14:07:03 -04:00
776170fb9b feat: add collision logic between entities 2021-06-08 14:02:23 -04:00
673c4774f2 refactor: add base class for all game objects 2021-06-08 12:33:58 -04:00
a269a532a0 chore: change way program is launched 2021-06-08 11:13:57 -04:00
c1fe951b15 fix: address piece generation logic issue 2021-06-08 11:12:09 -04:00
da6f5ef706 feat: improve the way that pieces get generated 2021-06-08 10:10:56 -04:00
dc12dac9cc refactor: move logic in main to its on class 2021-06-06 19:05:36 -04:00
8f519b5ab7 fix: remove randomization of rotation 2021-06-04 11:31:39 -04:00
ca10062912 feat: create class for well 2021-06-04 00:23:35 -04:00
31f0875265 fix: correct wrong color in config 2021-06-03 22:39:41 -04:00
1962a0b838 feat: create class that generates pieces 2021-06-03 22:39:27 -04:00
f31a4f5017 feat: add rest of all piece types (L, O, S, T, Z) 2021-06-03 21:00:23 -04:00
2e914fd1a6 feat: add J piece and adjust center logic 2021-06-03 17:48:15 -04:00
2c19289f36 chore: add information on piece rotation 2021-06-03 17:01:34 -04:00
13de15c5fd feat: add rotation logic for piece 2021-06-03 16:47:39 -04:00
ae8e379363 feat: add ability to move piece with arrow keys 2021-06-03 15:37:25 -04:00
5f20bf5552 feat: add logic that allows piece to move 2021-06-03 15:11:37 -04:00
9b48f3b347 feat: added border to piece 2021-06-03 14:53:13 -04:00
997465f500 refactor: move existing piece logic into class 2021-06-03 14:02:54 -04:00
4ccd1fb2e9 refactor: remove unused constant variable 2021-06-03 02:41:21 -04:00
98c933ffa3 feat: add colors for pieces to config 2021-06-03 02:39:13 -04:00
3d4a15ff90 refactor: move config load into main function 2021-06-02 22:53:19 -04:00
0f1cc442b6 feat: create config file and config manager 2021-06-02 22:51:25 -04:00
e5ea8988c8 feat: define preliminary piece logic 2021-06-02 19:33:33 -04:00
9f053a4b09 feat: limit frames per second to 60 2021-06-02 13:53:44 -04:00
fcc0900165 refactor: move literals into constant variables 2021-06-02 13:45:55 -04:00