Project Checkpoint

In this video

We create the tiles data in the game grid component

Assignment: Create a tile model
  1. Create a Tile model class in a new file
  2. Import the new model into the gamegrid component
  3. give the tiles property of the component the correct type
 

I finished! On to the next chapter