dyllandry / ladders-and-slides

Everyone's favourite boardgame, ladders and slides! 🪜
0 stars 0 forks source link

Board rc #3

Closed dyllandry closed 1 year ago

dyllandry commented 1 year ago

Trying to add a Board struct again, but this time using a Vec<Rc<Tile>>. Also using Rc for each pawn's tile and both tiles of a connection.