8000 GitHub - codehoose/tare-engine: Text adventure engine written in C#. Contains sample game.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

codehoose/tare-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Adventure Retro Engine (T.A.R.E.)

To recreate the bygone days where we had to type in our actions and read text like a printed book if we wanted to play "video games".

Why?

Why not? I've always been interested in interactive fiction and I've always wanted to write my own generic text adventure engine. This seemed like a good idea, so one Saturday I started writing. I wanted to make the engine as hacky (read: get it working quickly) as possible, but I found that in doing so I made it easy to add new features.

Before long I had a simple two word parser, room descriptions, items I could pick up and drop and flags. The flags are super simple, but they can make for complex games. The engine is kinda straightfoward and it's the data that makes it complicated.

About

Text adventure engine written in C#. Contains sample game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0