tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://fastrgv.itch.io/rufassok


## 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