This repository has been archived on 2019-12-09. You can view files and clone it, but cannot push or open issues or pull requests.
pacman2/LISEZ-MOI.txt

15 lines
408 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Dépendances :
- python (>3.7)
- pygame
pygame peut être installé par les paquets de votre distribution, ou en
exécutant `python3 -m pip install -U pygame --user' en tant
quutilisateur.
Pour lancer pac-man, ./pac-man.py
Pour lancer le casse-briques, ./casse-briques.py
Le moteur est dans engine/, limplémentation de pac-man dans scenes/
et celle de casse-brique tient dans casse-briques.py.