Skip to content
phoenix-iv edited this page Apr 9, 2022 · 3 revisions

Overview

The Console Game Engine is a .NET, open source, cross platform game engine that runs in the console/terminal. It is built on top of DefaultEcs (https://github.com/Doraku/DefaultEcs) and the Box2D physics engine (https://github.com/benukhanov/box2d-netstandard). The engine aims to provide a rich feature set while trying to be as lightweight as possible.

Clone this wiki locally