Component that is responsible for managing the gameplay board, where cards are placed by Players.
More...
Component that is responsible for managing the gameplay board, where cards are placed by Players.
- Author
- Ori Balashov (ori.b.nosp@m.alas.nosp@m.hov@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) Added message handling and refactored gameplay implementation Bryley Elder (bryle.nosp@m.y.el.nosp@m.der@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) Set up the component elements Marcelo Escamilla (marce.nosp@m.lo.e.nosp@m.scami.nosp@m.lla@.nosp@m.digip.nosp@m.en.e.nosp@m.du) JSON implementation
- Date
- 2025 / 11 / 07
- Copyright
- (c) Digipen 2026
◆ BRD_COLLECT_CARDS_ON_ENTER
| #define BRD_COLLECT_CARDS_ON_ENTER 0 |
◆ from_json()
| auto from_json |
( |
const json & | j, |
|
|
Board & | b )->void |
◆ to_json()
| auto to_json |
( |
json & | j, |
|
|
const Board & | b )->void |