A terminal-based drone racing and betting simulator built in C# using the ConsolePrism and TypeGuard framework. Made as a simple showcase and testing ground for my two .NET libraries.
- Live Racing Dashboard: Watch the race unfold with real-time progress bars, live event logs, and dynamic odds.
- Betting System: Analyze drone stats to place "Win Only" or "Place" bets with mathematically calculated payouts.
- Customizable Drones: Each drone has unique attributes that are stored in a JSON file, allowing for easy configuration.
- Interactive UI: Navigate through the gaming interface with intuitive controls and some visually appealing elements.
BuzzBets is distributed as a standalone binary on all three platforms of choice (Windows Linux and macOS).
- Navigate to the Releases tab on GitHub.
- Download the archive for your specific operating system (e.g.,
.zipfor Windows,.tar.gzfor Linux/macOS). - Extract the contents to a folder.
- Execute the binary (
BuzzBets.exeon Windows, or./BuzzBetson Unix systems).
*Note: For the absolute best visual experience with the UI borders and theme colours, it is highly recommended to run the game fullscreen.