Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

python-projects

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

Description

Requirements

Jobs

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.NameScriptStatus
1Le Pendupendu.pyDone*
2Morpion 1v1morpion.pyIn progress

NOTE: (*) = still needs to be updated



Le Pendu

Installation

git clone https://github.com/abraham-ukachi/python-projects.git &&cd python-projects

Example usage

python3 pendu.py

NOTE:

frompenduimportPenduGamependu=PenduGame('en')
pendu.requestPlayerLevel()
pendu.startGame()

NOTE: 'en' stands for English. Use 'fr', to play the game in French

TODOs

  • Create a Parent class named Game
  • Rename PenduGame class to Pendu
  • Inherit the Game class from Pendu 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

Morpion 1v1

Example usage

TODOs

About

An additional school project on how to intuitively create or develop 2 french games (ie. 'le pendu' & 'Morpion 1v1') with Python

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages