2D RPG game engine in C++
Core library for a 2D RPG game engine.
Library (code in /dummyRPG/) and Client (code in /player/) are progressing at the same time.
- Load a map, a floor
- Display the character of the player
- Display the Non-player characters
- Move in the map
- Chat with NPC
- Spawn monsters
- Fights monsters
- Items management
- Events system
¯\_(ツ)_/¯
Editor is accessible on github here : https://github.com/PtiLuky/dummyeditor . The editor contains this player, by installing the editor you will be able to create and play your map!
- Draw a map, a floor
- Set the position of the player
- Create the Non-player characters
- Create dialogs with NPC
- Spawn monsters
- Fights monsters
- Items management