Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build an Online Multiplayer Game in Python - Implementing the Server
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Your Host
- 3 Demo of the App
- 4 App Architecture
- 5 Create Initial Python Files
- 6 Paste Protocols
- 7 Create main.py
- 8 Create room.py
- 9 Import room.py
- 10 Write wait_for_room
- 11 Recap
- 12 Create Handle Logic
- 13 Recap
- 14 Create send
- 15 Create send_to_opponent
- 16 Create disconnect
- 17 Have Server Start After Init
- 18 Initialize Server and Test
- 19 Conclusion