Hey all! Wanted to share with you [Night Adventure](https://github.com/b3liever/nightadventure). It is...
> This adventure is based on the original that was published in Sonic's "Python > Games: Programming _should_ be fun", at > DeltaHacker magazine in March 2012. > ...which in turn was based on Stathis Efthimiou's "Adventure Games", Pixel, > January 1986. Now also re-written in Nim! What might interest you is that I have chosen to write a `gameworld` macro which converts the Rooms in the game from Array Of Structures to SOA format. Instead of writting it OOP I also kept the original logic which used a 2x2 matrix to point to the next Rooms. All of that with a DSL which makes it easy to write your own adventure. Hope you like it!
