A downloadable game for Windows, macOS, and Linux

## RufaSok Introduction

This is a minimalistic version of the Sokoban puzzle game. It uses data in a format that is found on the internet, perhaps requiring a small bit of editting.

The beauty of this implementation is that it is fully OpenGL 3.3 core profile, and uses no OpenGL-deprecated functions.

It has few embellishments, but it does have undo (u), restart (r), and setpoint (z) functions. Each data file has several "levels". The next (n) and previous (p) keys move between levels. Bigger (b) and smaller (s) keys help you adjust the size of the window. The (left-shift) and (right-shift) keys move you to the previous or next puzzle files. To move the "pusher" use the arrow keys. The objective is to push all the movable objects onto their targets.

And now there is an embedded AutoSolver to help you!  Just press the "=" key.

Includes precompiled solvers for each platform; and the complete game state is saved on exit so that your progress through the levels of each puzzle file are preserved.

--------------------------------------------
## Features

* runs on Windows, OSX, Linux;

* uses GLFW3;
* works on Retina displays;
* uses SFML for applause sound;

* autosolver built-in

Download

Download
rsok24jan24.7z 11 MB

Install instructions

Windows users please read "windows-setup.txt";

Mac users read "osx-setup.txt".

Unzip the archive.

* On Linux & Windows, 7z [www.7-zip.org] works well for this. The proper command to extract the archive and maintain the directory structure is "7z x filename".

* On OSX, Keka works well for 7Z files. The command-line for Keka is:

    * /Applications/Keka.app/Contents/MacOS/Keka --cli 7z x (filename.7z)

After the archive is unzipped...

You will see a new directory appear with a name like bundle+date, that you should rename to something like install_directory.

Users may then open a terminal window, cd to install_directory, then, at the command line, type the executable name to start the game.   In Windows type "rufasok.bat".  In Linux type "rufasok_gnu",  but you may also double click the icon for rufasok_gnu in file manager.

Mac users note that this game may be initiated in two ways. First, by opening a terminal, navigating to the install_directory, and typing rufasok_osx on the command line. Second, by navigating to the installation directory in Finder and clicking the "rufasok.app" icon named "Rufasok".

Leave a comment

Log in with itch.io to leave a comment.