Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arabold/rogue-gauntlet
⚔️ 3D Rogue-like Dungeon Crawler in Godot 4 and C#
https://github.com/arabold/rogue-gauntlet
3d-game game-development godot
Last synced: 14 days ago
JSON representation
⚔️ 3D Rogue-like Dungeon Crawler in Godot 4 and C#
- Host: GitHub
- URL: https://github.com/arabold/rogue-gauntlet
- Owner: arabold
- License: other
- Created: 2025-01-01T01:56:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-22T14:52:05.000Z (16 days ago)
- Last Synced: 2025-01-22T15:35:38.379Z (16 days ago)
- Topics: 3d-game, game-development, godot
- Language: GDScript
- Homepage:
- Size: 29.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚔️ Rogue Gauntlet
Rogue Gauntlet is a roguelike game built with C# in the Godot game engine. The game is inspired by classic roguelikes such as NetHack as well as Gauntlet, a classic arcade game.
Currently, this project is in the early stages of development. The game is not yet playable, but the basic mechanics are in place. The game is being developed as a learning project to improve my skills with C# and the Godot game engine. It is also a fun way to explore game development and design.
## Screenshots
![In-Game Screenshot](./docs/in-game.png)
![Room Editor](./docs/room.png)
![Map Editor](./docs/map.png)## How To Run
To run the game, you will need to have the Godot Engine with .NET installed. You can download the engine from the [Godot website](https://godotengine.org/).
Once you have the engine installed, you can open the project by selecting the `project.godot` file in the root directory of the project and run the default scene.
## Concepts
- [Level Design](./docs/level-design.md)
## Requests and Suggestions
### Features
If you have a feature request, please open an issue with the `feature` label.
### Suggestions
If you have a suggestion for the game, open an issue with the `suggestion` label.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements.
Give a ⭐️ if you like this project!
## License
Rogue Gauntlet is distributed under the Apache 2.0 license with Commons Clause. It is free to use for personal or commercial projects, but you may not resell the software as-is without substantial modifications. See [LICENSE](LICENSE) for details.