mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-02 10:59:41 -07: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.