Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 795 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 795 Bytes

Game

Hello! Python programming language, for the game we use the Pygame library, you can read about it here https://www.pygame.org/news anyone interested. this game worked for 3 weeks. after posted on Github. download pygame after copy the code and then run it in the interpreter.

Basic Requirements

Download Python from this site go to this link and download https://www.python.org and download the new version.

Install

  • Clone the repository git clone https://github.com/Lencof/Python-game
  • Install requirements.txt pip install -r requirements.txt

Use Pyinstaller

Use Pyinstaller to compile the program to bytecode, for the subsequent transfer of the file you can get acquainted with Pyinstaller on their official website https://www.pyinstaller.org/ Good luck everyone!