Completed
Do While
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C Tic Tac Toe Game
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Like Comment Subscribe
- 3 Function Prototypes
- 4 Global Variables
- 5 Local Variable
- 6 Reset Board
- 7 Print Board
- 8 While Loop
- 9 Free Spaces
- 10 Player Move
- 11 If Statement
- 12 Check Rows
- 13 Check Horizontal Elements
- 14 Check Columns
- 15 Diagonals
- 16 Game Over
- 17 Computer Move
- 18 Random Numbers
- 19 Tie
- 20 Do While