Commit Graph

82 Commits

Author SHA1 Message Date
f363b943e3 wip: add multiplayer screen 2021-07-09 09:13:14 -04:00
4e1c3a7eee refactor: move hardcoded positions into config 2021-07-08 14:35:17 -04:00
46fb038b52 feat: add ability to hard drop 2021-07-08 14:02:25 -04:00
f6ac6a68aa feat: improve game music 2021-07-08 11:23:47 -04:00
e607002062 feat: add single player scene 2021-07-08 01:20:33 -04:00
f3479e2be5 fix: address music not playing 2021-07-07 21:53:55 -04:00
123d1e7817 feat!: add title screen scene 2021-07-07 21:47:55 -04:00
21c682b6aa chore: add required python packages in file 2021-07-07 15:09:54 -04:00
dbcf18e507 wip!: add scenes to the game 2021-07-07 14:49:04 -04:00
83d2ddbc6b refactor: remove unneeded pass 2021-07-06 15:16:05 -04:00
15588c3d74 chore: add lgtm badges to readme 2021-07-06 15:14:57 -04:00
cb08a8c8ab fix: address issue with main music on win10 2021-07-06 15:14:38 -04:00
df8d05a919 feat: add exit game server message 2021-07-06 13:57:43 -04:00
0d715755b0 feat: improve performance on receive message 2021-07-06 13:14:47 -04:00
0320225c99 chore: change license 2021-07-06 12:29:42 -04:00
d18e787213 feat: add client id to connection 2021-07-06 01:59:14 -04:00
4790b994b1 feat: expand network connection implementation 2021-07-06 00:19:59 -04:00
f67bfcfb24 feat: add ability to close connection 2021-07-05 12:44:29 -04:00
f8166435d1 feat: improve websocket connection performance 2021-07-05 12:04:00 -04:00
4be068dae1 feat: build server connection backbone 2021-07-02 20:51:10 -04:00
593f092c84 chore: update readme 2021-07-02 20:50:57 -04:00
92761c2690 feat: test connection to backend 2021-06-29 06:18:33 +00:00
5f274befa1 chore: update gif in readme 2021-06-14 15:03:36 -04:00
45b28a0af3 chore: fix build script 2021-06-14 14:48:01 -04:00
2134455b24 feat: add next piece logic 2021-06-14 14:38:25 -04:00
0e96b9ec47 fix: adjust points per line to fix calc 2021-06-14 14:17:05 -04:00
14fd7dc9d1 feat: add score, lines and level calc 2021-06-14 14:00:33 -04:00
6e954c0204 refactor: improve keyboard input logic 2021-06-14 13:17:18 -04:00
7d54c0eb91 refactor: improve ghost piece logic 2021-06-14 10:14:04 -04:00
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