IMPORTANT: This is a work in progress and subject to major changes until all jobs are completed
An additional school project on how to intuitively create or develop 2 french games (ie. Le Pendu & Morpion 1v1) with Python
The official deadline - according to intra - is on 22/10/2022 à 11h32.
Here is a list of all the jobs for to this project, their main .py
script, and curre nt status:
No. | Name | Script | Status |
---|---|---|---|
1 | Le Pendu |
pendu.py | Done* |
2 | Morpion 1v1 |
morpion.py | In progress |
NOTE: (*) = still needs to be updated
git clone https://github.com/abraham-ukachi/python-projects.git && cd python-projects
python3 pendu.py
NOTE:
from pendu import PenduGame
pendu = PenduGame('en')
pendu.requestPlayerLevel()
pendu.startGame()
NOTE: 'en' stands for English. Use 'fr', to play the game in French
- Create a Parent class named
Game
- Rename
PenduGame
class toPendu
- Inherit the
Game
class fromPendu
class - Add a replay feature to the game
- Inform the player in plain text of his/her level change
- Remove unnecessary comments
- Optimize the code/script
- Add some giphy captures to this README.md file