landenf / Settlers-of-Catan

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

Resource Tiles Component #24

Closed landenf closed 4 months ago

landenf commented 4 months ago

Changes

  1. Added 5 resource card images
  2. Created Game Board Component
  3. Created Resource Tile component which is a sub component of Game Board
  4. Place holder function for when a tile is clicked
  5. New CSS directory and Patterns file (for svg styling)
  6. New Data directory for Static Hardcoded data.

Potential Concerns

  1. Discuss if 'Data' is the best name.

Next Steps (Related) //new tickets

  1. Figure out 'edges' and 'vertices'
  2. Loop in backend functionality for when tile is clicked

image

landenf commented 4 months ago

Friendly reminder to only merge once 2 ppl post approval :)

Typically I think we should only approve pull requests during meeting to make sure everything is good.