# Week 1 (helped with general account functionality, matching players) ## Make an account with a password (ESP side) - use tilting method ![Succesful account creation](https://www.youtube.com/watch?v=rB0SK8SPFx8) ![Wrong account creation. Username exists.](https://www.youtube.com/watch?v=YLL7VOUoU2s) ## Log back into your account (ESP side) - use tilting method ![Wrong login](https://www.youtube.com/watch?v=zqcmKQljFLw) ![Succesful login](https://www.youtube.com/watch?v=VFwRow_IZ1M) ## Be able to pick a game (button clicks to cycle through options) ![Selecting a game](https://www.youtube.com/watch?v=lqXRDe945N8) ## Enter a waiting room to join a game, and when two users are in the same room start a game between them (mainly server side) ![Room handler demo](https://youtu.be/kR8DEMJHeSA) ## After a game is “over” (for now, a game will be an empty screen with some text and you just click a button for it to end), you can go back to the waiting room or go back to choosing a game ![Game Over](https://www.youtube.com/watch?v=KJChoVj5tEw)