Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploying Your Multiplayer Online Game - A Step-by-Step Guide with Tech With Tim
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Login to Linode
- 3 Create Database Cluster
- 4 Create Linode
- 5 Create .env File
- 6 Install psycopg2
- 7 Create db.py
- 8 Use Database in main.py
- 9 Connect Players to Components
- 10 Store Opponent Data
- 11 Drop-in Database Cluster Info
- 12 Test Game App
- 13 Draw Wins/Losses
- 14 Test App
- 15 Deploy App to Linode
- 16 Change IP Address the App Uses
- 17 Create .env File on Server
- 18 Test App Again
- 19 Conclusion