Six Moves
A downloadable game for Windows and macOS
Six Moves is a Puzzle Game where you have to complete different levels in six moves. Each level has a different set of obstacles and objects that you have to interact with or avoid.
Six Moves was an entry for PyWeek #27. You can check out it's entry page here.
Status | Released |
Platforms | Windows, macOS |
Release date | Mar 30, 2019 |
Author | OrionDark7 |
Genre | Puzzle |
Tags | 2D, Pixel Art, pygame, python, pyweek, Retro |
Code license | MIT License |
Average session | A few minutes |
Inputs | Keyboard, Mouse |
Links | Source code, PyWeek Entry |
Download
Install instructions
Installing the Windows Version
Download and extract six-moves-windows.zip to a seperate folder and run main.exe.
Please note that this version of Six Moves requires Windows XP or newer.
Installing the macOS Version
Download the file six-moves-mac.dmg and mount the Disk Image.
After mounting the disk image, drag the Application Six Moves into your applications folder or anywhere else.
IMPORTANT: Do NOT run the Application in the Disk Image, as the game will crash.
Installing the Source Code
The Source Code requires Python 2,7 or Python 3.x. To run the game, you need to install the following dependencies from Pip:
- Pygame 1.9.x (preferably 1.9.3 or 1.9.4)
- PyTMX 3.21
You can also use pip to install the requirements from the requirements.txt file after extracting it.
To run the game, just run main.py after extracting the .zip file.
Development log
- Six Moves now Available on Windows and macOS!May 11, 2019
- Six Moves 1.0Apr 01, 2019
Leave a comment
Log in with itch.io to leave a comment.