Board Game Projects
Bingo
Checkers
Monopoly
Development Info
Role: Programmer, Tester
Tools Used: Eclipse
Duration: January 2021 - March 2021
Team Size: 1
How To Use: Works on any IDE, but specific build configurations are detailed in GitHub Repository
Description
Using C and C++, the popular board games bingo, checkers, and Monopoly are brought to your screen. Complete with text-based boards and player input that show in an IDE's console, players will enjoy playing these classics.
What I Learned
- Fundamentals of object-oriented programming and test-driven development.
- How to utilize data structures and algorithms.