Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 458 Bytes

1.md

File metadata and controls

9 lines (6 loc) · 458 Bytes

Part 1: Server-side

Instead of the single test player, we'd like to load the players in the game from our API.

  1. Create the function createPlayerWithKit in server/players.ts
  2. Switch the client to use getPlayersFromServer instead of getSamplePlayers
  3. 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!