Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/twofx/firework-engine
- Owner: TwoFX
- Created: 2014-04-24T19:07:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T20:14:44.000Z (about 10 years ago)
- Last Synced: 2024-11-06T13:57:36.303Z (2 months ago)
- Language: C#
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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