Termgine
Termgine copied to clipboard
Game engine for making terminal based games.
Termgine
Game engine for making terminal based games writen in C# and .Net Core
PS. Project is not dead. I'm just rewriting it to ECS.
Getting started! 🎮
- Create new console project.
- You can use
dotnet new console
- You can use
- Download Termgine dll from Releases.
- Add refrence to your console project.
- Use Visual Studio or
- Add this lines to
YourProject.csproj
<ItemGroup> <Reference Include="Termgine"> <HintPath>Path/To/Termgine.dll</HintPath> </Reference> </ItemGroup> - Add
using Termginereference. - Create something great!
Be sure to check our Wiki📖. More information about how to Get Started🎮
Join our Discord!
Examples
-
D&D Menu

-
Mario (in color!)
If you like this project, give it a star 🌟!
Development
Do you want to help? Great!
See CONTRIBUTING 👍
Also check our Trello✅ and pick a task!
Authors
- Morasiu ([email protected])
- tkaczz
License
This project is licensed under the MIT License - see the LICENSE file for details