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

https://github.com/jeffque/console_games

A C# framework for playing console-based games; just create a class derived from Game in the same Assembly file and it will be loaded. Fun ftw!
https://github.com/jeffque/console_games

Last synced: 11 months ago
JSON representation

A C# framework for playing console-based games; just create a class derived from Game in the same Assembly file and it will be loaded. Fun ftw!

Awesome Lists containing this project

README

          

console_games
=============

A C# framework for playing console-based games; just create a class derived from Game in the same Assembly file and it will be loaded. Fun ftw!