A C# class library that can be used to make console based games
Find a file
2014-11-05 21:14:21 +01:00
src Add Tetris, other modifications, now reers correctly with parallel 2014-11-05 21:14:21 +01:00
.gitignore Initial commit 2013-05-04 06:18:19 -07:00
README.md Colors of spaces are now irrelevant 2014-10-07 11:30:32 +02:00

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