Back to Basic Computer Games

README

51_Hurkle/csharp/README.md

latest358 B
Original Source

Original source downloaded from Vintage Basic

Conversion to Microsoft C#

This is demonstrating seperating the user interface from the application logic through the use of the View/ViewModel/Controller pattern.

It also makes an effort to be relatively immutable.