Commit Graph

20 Commits

Author SHA1 Message Date
9263626ca2 add MiniMap functionality and integrate map state handling 2025-12-13 18:20:01 +01:00
4aa955246b refactor map handling and improve tile initialization logic 2025-12-13 15:40:26 +01:00
825b084a68 obstacles and chest loot 2025-12-13 00:44:53 +01:00
67309a6e28 changed tile array to three-dimensional array (i0=map; i1=col; i2=row) 2025-12-12 12:52:50 +01:00
5dd43b6f9d added game over screen 2025-12-12 12:26:32 +01:00
49c8b59d68 created destructible tiles 2025-12-08 04:48:27 +01:00
5da7c43edf added projectile system and sample fireball projectile 2025-12-07 00:07:47 +01:00
02d6672114 added font to repo and simplified inv desc 2025-11-30 17:28:11 +01:00
65061d721d start of attacking 2025-11-29 01:23:28 +01:00
71dc34b418 added concept for monsters 2025-11-28 23:35:30 +01:00
7616b4daff added some sample events 2025-11-28 21:52:28 +01:00
73e17a56fc simplified duplicated code 2025-11-28 16:34:40 +01:00
02066640e2 updated tiles 2025-11-28 15:42:42 +01:00
9cf5c85727 added boots and sounds 2025-11-27 17:11:44 +01:00
09969807f3 added a few (yet not working) objects 2025-11-26 23:16:15 +01:00
90dc655a6b reduced hitbox and started with objects 2025-11-26 23:02:14 +01:00
8b694852ac implemented camera 2025-11-26 22:05:58 +01:00
e60f04b8b6 added map drawing system 2025-11-26 21:50:46 +01:00
9e6834b304 added map tiles 2025-11-26 21:34:49 +01:00
3feb0558ca created moveable player 2025-11-26 21:22:35 +01:00