mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
9 lines
359 B
Markdown
9 lines
359 B
Markdown
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.
|