https://github.com/rluders/godot-simple-rpg
This is DevWorm's tutorial "How to Create an RPG in Godot 4" with steroids.
https://github.com/rluders/godot-simple-rpg
Last synced: 11 months ago
JSON representation
This is DevWorm's tutorial "How to Create an RPG in Godot 4" with steroids.
- Host: GitHub
- URL: https://github.com/rluders/godot-simple-rpg
- Owner: rluders
- License: mit
- Created: 2023-04-24T20:03:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T07:34:30.000Z (about 2 years ago)
- Last Synced: 2025-01-23T11:25:43.991Z (over 1 year ago)
- Language: GDScript
- Size: 791 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot 4 - Simple RPG
I have been following the [DevWorm](https://www.youtube.com/@dev-worm) tutorial series, "[How to Create an RPG in Godot 4](https://www.youtube.com/playlist?list=PL3cGrGHvkwn0zoGLoGorwvGj6dHCjLaGd)" on Youtube, and have decided to modify the code to make it more challenging for myself.
## What is the project about?
My plan is to consolidate what I have learned from other tutorials by incorporating the concepts into this project. While I don't have the drive to create a game from scratch, I intend to follow the tutorial and improve upon it.
I hope to create something that resembles a final game while adding small challenges along the way.
## How do I plan to achieve my goal?
1. I will watch every video in the tutorial series.
2. For each video, I will implement the same functionality or similar functionality.
3. I will modify the code, project structure (folders, scripts, scenes, composition, and more).
4. For each video, I will create a separate branch, and the main branch will always have all the changes.
## The Goal
My ultimate goal is to have fun while learning and practicing what I have learned.
## License
Except by the assets, all the code is under MIT.