pandemonium_demo_projects/2d/role_playing_game/README.md

18 lines
399 B
Markdown

# Role Playing Game
This shows a method of creating grid-based movement with Godot
and GDScript. It also includes a simple JRPG-style dialogue and
battle system on top of it.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/520
## Screenshots
![Screenshot](screenshots/object.png)
![Screenshot](screenshots/battle.png)