Skip to content

Ironhack project, week 1: Build a Python game. Create a game that interacts with the user, using functions and basic python resources - take an input from the user and provide an output.

Notifications You must be signed in to change notification settings

paulmusco/ironhack-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ironhack-project-1

Build a Python game

GUESS THE COUNTRY I decided to create a variation on the classic Hangman game. I started off by creating a very basic version of the game, and then gradually improving it with additional code.

POSSIBLE IMPROVEMENTS

  • Add list comprehension
  • Improve the appearance of the user interaction/output (different colours, bold/italics, images, etc.)
  • Allow for users to input uppercase letters rather restricting to only lowercase
  • Add countries with more than 1 word in their name (allow whitespaces)
  • Print out the letters correctly guessed in a 'Hangman' style (eg: B _ _ z i l)

About

Ironhack project, week 1: Build a Python game. Create a game that interacts with the user, using functions and basic python resources - take an input from the user and provide an output.

Topics

Resources

Stars

Watchers

Forks