Commit graph

14 commits

Author SHA1 Message Date
hkz
f5cfc0f5da Use signed arithmetics for game logic 2025-10-13 18:46:08 +02:00
hkz
5d739383aa Replace enums with simple defs, replace kb routine with asm
calypsi uses "int" as the type for enums, also replace the basic
keyboard routine for key reading with an assembly written one
2025-08-20 20:58:15 +02:00
hkz
75c55bd114 Change how random data is generated 2025-07-25 17:00:40 +02:00
hkz
f18b23b08a Update the game logic to take note of high scores 2025-07-24 18:05:51 +02:00
hkz
457d510384 Add movement graphics 2025-07-23 11:19:10 +02:00
hkz
1a3635fc9a Show score and moves 2025-07-22 15:38:52 +02:00
hkz
38a40eb2e4 Fix logic 2025-07-18 09:12:17 +02:00
hkz
5fe7310d14 Add initial main loop logic 2025-07-17 07:54:46 +02:00
hkz
d634e15eca Update game logic to save score 2025-07-16 22:27:49 +02:00
hkz
1e66023db8 Add game reset 2025-07-16 22:09:03 +02:00
hkz
8ff5b1ca97 Add board randomizer in game logic 2025-07-16 18:27:55 +02:00
hkz
044c1cf184 Basic game logic 2025-07-16 14:47:36 +02:00
hkz
3d38da8915 Add base game logic 2025-07-16 14:24:57 +02:00
hkz
accf2c96da Update sources 2025-07-15 22:20:28 +02:00