mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
18 lines
399 B
Markdown
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)
|