Java game development : 2D MMORPG v.0.1

Опубликовано: 13 Июль 2026
на канале: Phil S
481
5

I'm currently working on a game inspired by sucessful 2D MMORPG such as maplestory. I did not make the textures, I took them from BannedStory for testing purpose. I also used http://www.gametutorial.net/'s game framework to start coding. Feel free to leave any constructive comment.

Here's what I've done so far in Java:
-Working interaction with environment (collision)
-Interaction with inventory UI
-Interaction with stats UI
-NPC with basic AI
-Interaction with Player/NPC (damage/exp/item drop)
-Maps that can be read in .txt, transition to others.
-Big item database (about 55 item)
More coming soon.