First project done in the "learn to program in Python with object orientation" course from Alura.
🪧 Vitrine.Dev | |
---|---|
✨ Name | Python Gaming |
🏷️ Technology Used |
In games.py you will be greeted and asked which game you want to play. After your choice, Hangman game or Guess game will be initialized.
First of all, both The games were created in separate files to be imported as modules in games.py. After that, a file games.py that calls the functions for the game of the user's choice and a external txt file containing the secret words to be imported in Hangman game was created too.
This game project was my first in object-oriented python training from Alura and it was pretty excited to me. I discovered a new passion in last year wich was programming in python and this one was a great opportunity to start my journey here in GitHub begin my portfolio. In addiction, i'm practicing my writing in English, I've written all the project code in english including comments and this read me.