MVP Godot RogueLike (Open Source)
A downloadable game
Download NowName your own price
A basic minimum viable product rogue-like game made in the Godot engine.
I've decided that the best way for me to learn the Godot engine is to make a few simple games from scratch and release them open source before moving onto larger projects.
This rogue-like is a basic, no-frills game with a bit of progression.
- It uses procedural generation to build the dungeon layout with each room being a template.
- Enemies scale based on the number of floors you've travelled.
- You can rescue NPC's which will allow you to buy new weapons or upgrade your character.
Controls:
- Movement: WASD
- Interact / Attack: Left Mouse Button
- Pause: Escape
- Open Stats: 1
- Open Inventory: 2
GitHub: https://github.com/john0shaw/rogue-like-playground
Godot License: https://godotengine.org/license/
Project License (MIT): https://github.com/john0shaw/rogue-like-playground/blob/master/LICENSE.txt
Status | Released |
Author | phrenzik |
Genre | Role Playing |
Made with | Godot |
Tags | Godot, Open Source |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse |
Download
Download NowName your own price
Click download now to get access to the following files:
RogueLike.zip 64 MB
Comments
Log in with itch.io to leave a comment.
Not bad for your 1st game learning with Godot. Keep it up.