Instead of the single test player, we'd like to load the players in the game from our API.
- Create the function
createPlayerWithKit
inserver/players.ts
- Switch the client to use
getPlayersFromServer
instead ofgetSamplePlayers
- Can you make the app load faster (100s of milliseconds faster), without modifying the backend node.js code?
You can commit (and push) in-between. Create a PR before heading to assignment 2!