Completed
PrintWordState
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hangman Game in Java - Full Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Hard Version
- 3 Randomizer
- 4 Randomizing Words
- 5 Writing the Game
- 6 How Hangman Works
- 7 Creating the List
- 8 Printing a Dash
- 9 Print Word State
- 10 Print to Current State
- 11 Input from User
- 12 Looping
- 13 Testing
- 14 Exiting
- 15 Correct Count
- 16 Boolean
- 17 PrintWordState
- 18 Ending the Game
- 19 Winning the Game
- 20 Guess the Word
- 21 Guess the Word Again
- 22 Losing Conditions
- 23 Printing Out
- 24 Player Guess
- 25 Testing Player Guess
- 26 Print Hangman
- 27 Test
- 28 Two Player Version
- 29 If Statement
- 30 Clearing Console
- 31 New Lines
- 32 Testing the Game
- 33 No Cheating
- 34 Limit Difficulty
- 35 Outro