amot-dev / multithread-game

A multithread game (threads yet to be implemented as of now).
GNU General Public License v3.0
0 stars 0 forks source link

Tiles are unaware of board #7

Open amot-dev opened 2 years ago

amot-dev commented 2 years ago

Currently, lots of Tile stuff is handled by Board because Tiles can't get other Tiles. Should add Board pointer to Tile and refactor some functions.