Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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 variant

SFML 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