Skip to content

br1trs/ChoiceEngine

Repository files navigation

ChoiceEngine

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! choice engine logo

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,

FEATURES

.txt file for scripting

Sin título-4

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.

Combat system

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.

Sin título-6

Items!

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.

Inventory

Your player has an inventory that you can control every decision, so your player has what it needs during combat.

Just 1 .cs file

Sin título-7

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.

HOW TO INSTALL

Releases

No releases published

Packages

No packages published

Languages