Skip to content

Pask97/Qtris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qtris

Simulator of the Qtris game with Python generated GUI (Graphical User Interface). The GUI is based on the Python package tkinter (https://docs.python.org/3/library/tkinter.html)

To execute the simulator the suggested steps to follow are:

  1. Download a conda installer (https://docs.anaconda.com/free/miniconda/index.html)
  2. Create a conda environment containing a Python interpreter (conda env -n python)
  3. Activate the conda environment (conda activate )
  4. Install tkinter and numpy in the conda environment (pip install numpy, tk)
  5. Go to the directory containing the Python simulator with the terminal (cd )
  6. Execute the simulator (python <simulator_name>.py)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages