MiauRizius
MiauRizius opened issue MiauRizius/JGame2D#5 2025-12-02 13:34:14 +01:00
reduce inefficient code
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-30 18:30:46 +01:00
d639e65c15 removed unnecessary imports
51c262d9ac player can now choose between different shields and weapons. added consumable items (healing potion)
fb96035c99 added item pickup to inventory
02d6672114 added font to repo and simplified inv desc
bbeba11fb9 added new font
Compare 6 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-30 03:55:27 +01:00
46b8c66ff5 removed unused import
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-30 03:49:33 +01:00
c82bad796e removed unnecessary code
0a7d12aec6 added shortcut to instantly reload map
ed871fc5d4 added coordinates and map tile position to debug mode
435dbc7c0e added notifications and added leveling system
138db014ba added stats to battle system
Compare 5 commits »
MiauRizius closed issue MiauRizius/JGame2D#4 2025-11-30 02:36:40 +01:00
game jerks while playing attack sound
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-30 02:36:40 +01:00
587a852ffb added display for player stats
9970ef687f added player stats and re-ordered some classes
298e6c624e added player stats and re-ordered some classes
5879aec9a2 optimized sound management (fixed #4)
ec1fbef483 monster doesn't deal damage while dying anymore
Compare 5 commits »
MiauRizius commented on issue MiauRizius/JGame2D#4 2025-11-30 00:51:33 +01:00
game jerks while playing attack sound

Line mentioned:

//panel.playSE(7); //remains disabled because game does weird things while playing the sound

MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-30 00:49:11 +01:00
43212a033b slime runs away when it gets hit
2ed21add1c make hp bar hideable
8ec1805877 added health bar to monster
9aae9ad20f add death animation to dying monsters
c55bf8d043 re-arranged some variables
Compare 6 commits »
MiauRizius opened issue MiauRizius/JGame2D#4 2025-11-30 00:29:08 +01:00
game jerks while playing attack sound
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-29 23:23:32 +01:00
36ff9e8854 make monsters killable and playing soundeffects
b513370152 arranged large classes
0dde029719 added hit detection when player hits monsters
Compare 3 commits »
MiauRizius opened issue MiauRizius/JGame2D#3 2025-11-29 22:21:56 +01:00
show hitboxes in debug mode
MiauRizius opened issue MiauRizius/JGame2D#2 2025-11-29 01:50:39 +01:00
Enhance debug mode
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-29 01:28:12 +01:00
005662e800 added a few notes
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-29 01:23:38 +01:00
65061d721d start of attacking
ead9abbe74 sorted up entity variables
23f9989921 fix for IF dialogue menu should only appear when pressing space
a215cef7d7 added monster damage
d07077a5f1 added collision for monsters (and made test world-setup)
Compare 10 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-28 22:18:01 +01:00
39aae4b867 removed unnecessary parameters
984a28a901 added one time only events
Compare 2 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-28 21:52:39 +01:00
7616b4daff added some sample events
4c50f99e67 removed warnings
8add9c7d7a added player life display
5fbf815595 added title screen
Compare 4 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-28 20:14:20 +01:00
88c6f4be72 added note for myself
9950053bcd fixed sprite counter bug
4a9eefa416 finished dialogue system
dada9e4f2f open NPC dialogue if you collide with it
61a51f184c extracted duplicated code
Compare 5 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-28 17:21:47 +01:00
1f614916b5 added collision to NPCs
b294eb49c8 removed error (only check game state if it is initialized)
c4d6539db7 added old man npc and AI
1c23a1528e moved some classes for simplification
d2025b0c80 init npc instead of player for NPC class
Compare 7 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-28 16:07:42 +01:00
ff82d8f7e6 Merge remote-tracking branch 'origin/main'
1bc9ad9923 added gamestates and started pause screen
b890eb7a58 removed test objects
02066640e2 updated tiles
038fbb14db optimized object scaling
Compare 9 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-27 23:25:13 +01:00
a5ca52310c README.md aktualisiert