Godot template for building your own CRPG
This template uses the latest Godot Engine components to create a great starting point for creating your own old school isometric RPG.
ProtoCRPG has the following features:
- A fully implemented and working 2D isometric view with multiple layers (TileMapLayers) and collisions:
- Player movement with mouse click using NavigationAgent2D:
- Turn-based combat, heal and movement with action points [To finish]:
- Simple interactions with NPCs:
- Log to read/write the results of individual actions:
- Attack of enemies, with different distances [To finish]:
- Division of directories and use of Godot conventions
Actions | Keyboard and Mouse |
---|---|
Moving | Left mouse click |
Moving [DEBUG] | "WASD" |
Interaction | Right mouse click |
Attack (on attack mode) | Left mouse click |
Heal | "Q" |
Zoom | Mouse scroll |
-
Bug to fix:
- Player and enemy behavior, now they get stuck a lot;
-
Complete the following functionality:
- Combat
-
Make the template available on: