Commit Graph

24 Commits

Author SHA1 Message Date
f15850b022 removed test for git 2025-12-15 21:56:25 +01:00
46765031e4 test for git 2025-12-15 21:56:03 +01:00
2cda920e15 refactor main method signature and enhance config initialization 2025-12-15 21:49:19 +01:00
d018ed3e6e add guarding mechanic and implement guard sprite handling 2025-12-13 23:55:47 +01:00
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
7f8d9d7e9b add Tent object and implement sleep functionality with lighting adjustments 2025-12-13 14:37:36 +01:00
2105a0e8af add lantern object and implement light management in player and environment 2025-12-13 13:44:52 +01:00
825b084a68 obstacles and chest loot 2025-12-13 00:44:53 +01:00
eb2c435671 made item buyable 2025-12-12 16:33:05 +01:00
484abf4f9b added transition effect to map change 2025-12-12 14:57:47 +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
6254eb2501 make heart collectable 2025-12-07 00:44:56 +01:00
5da7c43edf added projectile system and sample fireball projectile 2025-12-07 00:07:47 +01:00
51c262d9ac player can now choose between different shields and weapons. added consumable items (healing potion) 2025-11-30 18:29:47 +01:00
587a852ffb added display for player stats 2025-11-30 02:36:31 +01:00
298e6c624e added player stats and re-ordered some classes 2025-11-30 01:53:28 +01:00
a215cef7d7 added monster damage 2025-11-29 01:01:17 +01:00
7616b4daff added some sample events 2025-11-28 21:52:28 +01:00
4c50f99e67 removed warnings 2025-11-28 21:25:18 +01:00
5fbf815595 added title screen 2025-11-28 20:37:45 +01:00
dada9e4f2f open NPC dialogue if you collide with it 2025-11-28 19:54:30 +01:00
1c23a1528e moved some classes for simplification 2025-11-28 16:42:56 +01:00