Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/twofx/firework-engine

A C# class library that can be used to make console based games
https://github.com/twofx/firework-engine

Last synced: 16 days ago
JSON representation

A C# class library that can be used to make console based games

Awesome Lists containing this project

README

        

The Firework Engine
===================

A game engine for console based games written in .NET

Current Todo list:
* Have some actual documentation
* Do a proper example
* Split the classes into several namespaces (e.g. all UI elements into one namespace)
* Find a solution for enabling elements to be borderless
* Infer the size of an UIScene
* Make sure Render() does not return '\0' at any point