AhmadAlalti / AiCore_Hangman

Hangman game project. This is my first project in my training at AiCore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

  • This hangman game allows the user to play hangman, through python code, by trying to guess the word.
  • It will ask the user to input a letter and check if the letter is in the word.
  • This will then reflect through the number of lives remaining and the letters remaining to be guessed.
  • A class called Hangman was used and several methods in that class were called to make the game folow the right logic.

AiCore

  • This is the first project of my AiCore journey.

What I learned

  • Creating a class and initialising it
  • Writing functions
  • Writing if statements
  • Creating loops
  • Calling functions and methods
  • OOP

About

Hangman game project. This is my first project in my training at AiCore.


Languages

Language:Python 100.0%