Skip to content

A 2d sliding square puzzle written in python

Notifications You must be signed in to change notification settings

daffodil11/slider_puzzle

 
 

Repository files navigation

Slider Puzzle Game using python and p5

video

Use up down left right to move a tile. Space bar to scramble the tiles.

If you'd like to run this code, clone the repo and run conda activate environment.yml to install the relevant packages.

alternatively you can install the dependencies individually. The main ones are p5 and numpy. pip install p5 numpy https://github.com/p5py/p5

to run the code use: python3 main.py

About

A 2d sliding square puzzle written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%