Completed
Most important decision
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From Concept to Code - Designing a Tic Tac Toe Game in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Tic tac toe game
- 2 Most important decision
- 3 Project description
- 4 Design
- 5 Setup board
- 6 Display board
- 7 Input from user
- 8 Helper function
- 9 Test user input function
- 10 Place marker
- 11 Is game done
- 12 Player won
- 13 Game player vs player
- 14 Game player vs computer
- 15 Get random move
- 16 Get computer move
- 17 Create game
- 18 Play against computer
- 19 Play again loop
- 20 Want to learn more