Game engine for making terminal based games writen in C#
and .Net Core
- 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 Termgine
reference. - Create something great!
Be sure to check our Wiki📖. More information about how to Get Started🎮
You can catch me on Discord!
If you like this project, give it a star 🌟!
Do you want to help? Great!
See CONTRIBUTING 👍
Also check our Trello✅ and pick a task!
- Morasiu (morasiu2@gmail.com)
This project is licensed under the MIT License - see the LICENSE file for details