Skip to content

jeonpierre/Python-Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

Hangman is a classic game in which a player thinks of a word and the other player tries to guess that word within a certain amount of attempts.

This is an implementation of the Hangman game, where the computer thinks of a word and the user tries to guess it.

Contents

Description of Project: What it does, aim, and what you learned

This project is a traditional hangman game, where a player has 5 lives to guess a word by guessing one letter at a time.

This game will automatically select a random word by using pythons random import module, from a predifined list of words.

I learned how to problem solve during this project and how coding a game is more complicated than I might have initially expected.

Ulitmately, I'd like to improve upon this game, and will continue to refine this project.

Installation Instrucitons

Usage instructions

Run Milestone 5, enter a single letter, and also you can update the word_list variable with a list of words of your choosing.

File structure of the project

This project is run through Milestone_5.py, but was completed in separeate milestones.

Therefore, Milstone_2,3,4 also show the progress of developing the code that ultimately completed the game.

License information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages