https://github.com/rzeczuchy/rogueliche
Procedurally generated dungeon crawler in C# console.
https://github.com/rzeczuchy/rogueliche
game procedural-generation roguelike
Last synced: about 2 months ago
JSON representation
Procedurally generated dungeon crawler in C# console.
- Host: GitHub
- URL: https://github.com/rzeczuchy/rogueliche
- Owner: rzeczuchy
- License: bsd-3-clause
- Created: 2020-09-19T11:07:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T18:03:00.000Z (almost 4 years ago)
- Last Synced: 2024-01-05T22:52:45.336Z (over 1 year ago)
- Topics: game, procedural-generation, roguelike
- Language: C#
- Homepage: https://rzeczuchy.itch.io/rogueliche
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rogueliche
Rogueliche is a procedurally generated dungeon crawler in C# console.## Starting up
To start development simply clone this repository and open the solution file in Visual Studio.
## Projects
The solution contains the main game project (rogueliche) and a separate project for unit tests (rogueliche.UnitTests).
## Contributions
This game project is coded just for fun, and open to contributions.
If you wish to contribute a feature or bug fix, feel free to fork this repo and submit a pull requests once your contribution is ready.
If you don't code, but would like to suggest a feature, you can create an issue and label as `enhancement`.
If you found a bug, create an issue with a description of the bug and label as `bug`.