Termgine icon indicating copy to clipboard operation
Termgine copied to clipboard

Game engine for making terminal based games.

Termgine

Build Status GitHub release Made with .Net Core GitHub issues GitHub license

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! 🎮

  1. Create new console project.
    • You can use dotnet new console
  2. Download Termgine dll from Releases.
  3. 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>
    
  4. Add using Termgine reference.
  5. Create something great!

Be sure to check our Wiki📖. More information about how to Get Started🎮

Join our Discord!

Examples

  • D&D Menu D&D

  • Mario (in color!)

    Mario

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

License

This project is licensed under the MIT License - see the LICENSE file for details