A collection of 6 diverse C# projects ranging from simple logic games to advanced OOP-based systems. This marathon covers fundamental concepts, File I/O, Data Structures, and Game Engines.
| # | Project | Key Learning |
|---|---|---|
| 01 | 🎲 Dice Game | Logic & Randomization |
| 02 | 🧠 Quiz Game | File I/O & Data Parsing |
| 03 | ⚔️ RPG Battle | OOP & Polymorphism |
| 04 | ⭕ Tic-Tac-Toe | State Management & History |
| 05 | 🐍 Retro Snake | Game Loops & Real-time Input |
| 06 | 🪢 Hangman | HashSets & ASCII Graphics |
- Language: C#
- Platform: .NET 8.0 / Console
- IDE: Visual Studio 2022