Console Game Engine
A partially modular game engine for the Windows (mainly 7) cmd.exe console, written in C. Current parts are:
CGE -> Console Graphics Engine, the core of the game engine, special features include shaders, a stencil buffer and textures.
CIN -> Console Input, implements mouse (click, move, wheel) and key input via a handler system.
To follow:
- Sophisticated error handling
- GUI system
You need windows.h and a respective library to compile CGE.