Slider Game

Slider Game Used AI

5 devlogs
7h 57m
•  Ship certified
Created by Eli Peters

You are given a picture that is jumbled up and must complete it by moving the boxes one at time. Built completely in Python using PyQt5.

Timeline

Ship 1

1 payout of shell 78.0 shells

Eli Peters

25 days ago

Eli Peters Covers 5 devlogs and 7h 57m

FINAL DEVLOG: The rules now work and you cannot loop around the square. Restarting now brings you back to the start screen. Completing the puzzle will lock up movement and stop the timer until you restart. Video shows full functionality (except shuffling).

I added additional functionality to the game, such as switching the clock to the left, adding movability for tile pieces in the UI, and supporting inverted controls. Final devlog expected soon.

Update attachment

It can now split an image into the 3x3 grid and allocate one space for blank (space 0, top left corner). This will only occur after loading an image and pressing start. I also committed to git because I didn't already.

Update attachment

I got my first version of the UI built in PyQt5. It can quit, load an image, and trigger start (which only starts a stopwatch for now). More functionality coming soon, also more Shrek.

Update attachment

Made a working game. It can move the 0 around the 3x3 square and check if numbers are in order. Improvements coming soon.

Update attachment