Skip to content

Simple Java app for playing hangman with movie names.

Notifications You must be signed in to change notification settings

willgoldby/MovieGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A simple Java app I wrote that was part of an "Introduction to Java" tutorial.

MovieGame

A hangman-like game that generates a movie name with the letters replaced with underscores. The player has 10 guesses to guess the name of the movie. For exmample, the game begins like so:

"You have 10 guesses"

"What's your guess?"

User: "B"

B-- ---

"You have 9 guesses."

"What's your guess?"

User: "i"

Bi- ----

...

Big Fish

About

Simple Java app for playing hangman with movie names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages