Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.38 KB

README.md

File metadata and controls

69 lines (48 loc) · 1.38 KB

8 Puzzle

⚙️ Configuration

Installation

To install the dependencies, use the command below in your shell.

 pip install pygame -U
 pip install pygame_gui -U

▶️ How to execute

Run the main.py file using the command below to run the project.

   python main.py

⚒️ Build

To build an executable you will need the cx_Freeze library. To install run the command below in your shell.

 pip install cx_Freeze -U

And to build use this command

 C:/Python34/python setup.py build

Go to the \build\exe.win-amd64-3.8 or similar and execute main.exe

✨ Contributors


Vinicius Santana


Mateus Mendonça

📝 Licence

Este projeto esta sobe a licença Apache.