Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darthakiranihil/roguengine
A free game engine for roguelike games written on C++
https://github.com/darthakiranihil/roguengine
Last synced: 1 day ago
JSON representation
A free game engine for roguelike games written on C++
- Host: GitHub
- URL: https://github.com/darthakiranihil/roguengine
- Owner: DarthAkiraNihil
- License: apache-2.0
- Created: 2023-07-20T18:27:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T10:40:30.000Z (over 1 year ago)
- Last Synced: 2024-11-14T12:12:02.819Z (2 months ago)
- Language: C++
- Homepage:
- Size: 9.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# RoguEngine (aka RE, Rogu, RoguE)
A free game engine for roguelike games (that possibly will be used only in one game)
Work in progress, there are a lot of things to do
Once was written on Python, but I decided that C++ will be more right variantSFML Powered
## The Engine's Structure
The engine will include 3 parts (maybe more):
* Game Core
* Graphic Core
* Data Core (later)## TODO (current priority)
* GUI
* Monsters
* Combat
* Item system
* Saving
* XML as game data## License
This project is licensed under Apache 2.0 license