mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-23 07:06:10 -07:00
d26dbf036a
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
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.