Skip to content

L05Dhruv/hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hangman

Give this repo a star

Your objective is to create the game hangman using Python

This will test your knowledge of python fundamentals and programming skills.

To get started, create a file named hangman.py and begin Pseudo-coding or whiteboarding an approach to this game. I suggest starting with a whiteboard or pen & paper to plan an approach. If you are feeling lost, I suggest playing a game or two of hangman on pen & paper and developing an algorithm as a player. Then with this insight, designing the game should become easier.

You do not need more than one file to build this game with Python. We will use the terminal for our visual output - no web browser/GUI.

The game should display in the terminal like so:

Hangman in the terminal pt. 1

  • Hangman in the terminal - beginning of game, prompt user to enter letters as guesses.

Hangman in the terminal pt. 2

  • Hangman in the terminal - end of game, displays result - win or loss

Good luck and happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published