Skip to content
forked from Morasiu/Termgine

Game engine for making terminal based games.

License

Notifications You must be signed in to change notification settings

tkaczz/Termgine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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🎮

You can catch me on 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

About

Game engine for making terminal based games.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%