MiauRizius
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
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-27 23:24:32 +01:00
1943f51fff README.md aktualisiert
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-27 18:32:20 +01:00
521951129b added UI with inventory and some notifications and an end screen + timer
67f2eeddf5 fixed sound handling bug
Compare 2 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-27 17:32:06 +01:00
27ea2cb6d5 added soundeffects
7502771f61 autostart main theme
9cf5c85727 added boots and sounds
Compare 3 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-27 00:11:53 +01:00
f3335f9df4 Item pickup
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-26 23:21:03 +01:00
cc085b0045 added README.md
MiauRizius pushed to main at MiauRizius/JGame2D 2025-11-26 23:16:18 +01:00
09969807f3 added a few (yet not working) objects