landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

#36 configure types #47

Closed SirFatredVIII closed 3 months ago

SirFatredVIII commented 3 months ago

Added concrete player, tile, gameboard, and gamestate types which we can use to modify information in the backend and render it in the frontend.

Also refactored plenty of files so as to make them type safe.