-
Notifications
You must be signed in to change notification settings - Fork 0
School project for a game inspired by the board game Strike, using gladiators instead of dice
License
QuentinClyy/Fight-Match-TP4A22
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
########################## # Welcome to Fight Match # ########################## Fight match uses a few packages for it to work properly : - Pygame which is used ONLY for its audiomanager as a music player - Tkinter which allows gestion of the graphical interface - Pillow which allows images gestion, specifically resizing them These packages can be easily installed with pip which, for our class' purpose, is used through the ANACONDA python interpreter. To make sure to have the packages in the right place according to the interpreter's installation that was done when following the class' instructions, you only need to run the following commands in your ANACONDA command prompt. (These commands can also be run directly in your OS' command prompt by adding "py -m" and by making sure the scripts' path is specified in window's environment variable) 'pip install pygame' 'pip install tk' 'pip install pillow' To play, you only need to run the root.py file It is recommended to play with a resolution of 1920x1080 eventhough every resolution is supported Enjoy ! ############################################################################################## ########################## # Welcome to Fight Match # ########################## Fight match utilise quelques packages pour son bon fontionnement : - Pygame qui est utilise SEULEMENT pour son audiomanager comme music player - Tkinter qui permet la gestion de l'interface graphique - Pillow qui permet la gestion d'images, notamment le resizing Ces packages s'installent facilement avec pip qui, dans le cadre du cours IFT-1004, se gere avec l'interpreter python ANACONDA. Pour etre sur d'avoir les packages au bon endroit selon l'installation de l'interpreter avec la doc fournie dans le cours, il suffit de run ces commandes dans le CMD ANACONDA. (A noter que ces commandes peuvent se faire directement dans le cmd native a l'OS en ajoutant "py -m" et en s'assurant que le path des scripts est specifies dans les environnement variable de windows) 'pip install pygame' 'pip install tk' 'pip install pillow' Pour jouer, il suffit de run le fichier root.py Il est recommande de jouer avec une resolution de 1920x1080 meme si toute resolution devrait fonctionner En joi !
About
School project for a game inspired by the board game Strike, using gladiators instead of dice
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published