A c# terminal game engine Have you ever had to make a game using the c# console? well, now you can, with almost no code!
Welcome to Choice engine, using the power of Terminal.Gui, you will be able to make a choose your adventure game with a GUI already built-in,
You don't need to fill your code with your story. You just need to use the story.txt file! This file will allow Choice Engine to display your story from start to finish. Only two options per decision are allowed at the moment.
Want your player to fight against enemies? well with Choice engine you can :). It includes an inventory so you can also have items to use during fights.
Guns, bandages, and energy drinks are items you can add to your game to be used in combat, your items can have custom names and healing/damage. Choice engine will automatically look for these items and allow the player to use them during combat.
Your player has an inventory that you can control every decision, so your player has what it needs during combat.
That's it, you don't have to worry about game logic or the GUI, from 1 file you can add your enemies and items to decisions and parse your story to the engine.