mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 03:58:14 -08:00
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.