Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 621 Bytes

File metadata and controls

12 lines (10 loc) · 621 Bytes

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)