mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-12 19:11:22 -07:00
e64fb6795c
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
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.