Welcome . .

Welcome . .

Is a text based adventure written in my spare time during my Intro to C# class. I started writing a class library to dynamically display text strings on the screen, which turned in to a sequencer, which got integrated in to a small RPG Battle Challenge issued by our teacher, which I then decided to turn in to a playable game with a short story.

This is the result.

It takes about 15 minutes to play through depending on how aggressively you mash the return key.

It was fun to write both an independent class library whilst also working on a small game that utilised it.

It provided a learning experience around anonymous methods, interfaces and UX tweaking through feedback.