Brunot
Loading...
Searching...
No Matches
Table.cpp File Reference

The system responsible for facilitating communication between gameplay components (Players, Deck, and Board). More...

Include dependency graph for Table.cpp:

Detailed Description

The system responsible for facilitating communication between gameplay components (Players, Deck, and Board).

When backend logic (Ex: Checking if a card placement is valid) needs to happen, it will be sent to PlayerTurn, a friend class.

This class NEEDS a board, a deck, and players to function properly, as gameplay cannot function without it.

Table ---------------------
| | |
v v v
Player(s) Deck Board
Author
Ori Balashov (ori.b.nosp@m.alas.nosp@m.hov@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) Refactor and New Implementation Bryley Elder (bryle.nosp@m.y.el.nosp@m.der@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) Original Implementation and added scoring handling
Date
2026 / 01 / 16