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.
Abū al-Barāʾ
Check their projects out: Moaz Website generator, Image Compressor, Moaz Video Downloader, Typing Speed Test, QR Code Scanner, Python Learning Website, QR Code Generator, Text Transformer, Hangman Code Generator, Text to voice converter, Currency Convertor , Pac Man Game, Text to Handwriting Converter, Beautiful Chess
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
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.
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.
Made a working game. It can move the 0 around the 3x3 square and check if numbers are in order. Improvements coming soon.