Modeling Ticket to Ride in C# Part 1: Intro and Game Rules
We're starting a new C# Modeling Practice series, and this time it's a classic board game: Ticket to Ride!

Stories about modeling real-world problems, such as board games like UNO and Battleship, with code.