System Overview - Board, Player, Game classes
This system models a simple turn-based game using three main classes: Board, Player, and Game. The Board represents the playing area, Player holds player details and actions, and Game manages the game flow and rules.
