Completed
- Adrian's Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Multiplayer Snake Game - JavaScript & Socket.io
Automatically move to the next video in the Classroom when playback concludes
- 1 - Adrian's Intro
- 2 - Setting up HTML
- 3 - Setting up the canvas
- 4 - Painting the snake
- 5 - Setting up the socketio server
- 6 - Connecting to socketio from frontend
- 7 - Moving game state to the server
- 8 - Adding a game loop
- 9 - Debugging game loop issue
- 10 - Controlling the snake
- 11 - WORKING SNAKE GAME!!
- 12 - Home screen for multiplayer game
- 13 - Handling new game on the server
- 14 - Adding ability for second player to join the game
- 15 - Handling join game error states
- 16 - Modify game mechanics for two players
- 17 - Testing the game
- 18 - Debugging errors
- 19 - Working multiplayer game
- 20 - Outro