Updating README.md

This commit is contained in:
epvanhouten
2021-02-27 21:04:32 -06:00
parent ed339ccd3f
commit ce403d2d26

View File

@@ -1,3 +1,8 @@
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
Conversion to [Microsoft C#](https://docs.microsoft.com/en-us/dotnet/csharp/)
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.