Bansoko

screenshot of Bansoko

Space-themed :rocket: Soko-Ban :video_game: clone created in Python using Pyxel.

Overview

Bansoko is a reimagined, space-themed clone of MS-DOS Soko-Ban from 1984 created in Python using Pyxel. It is a game where you play as a scavenger in deep space, collecting cargo left in abandoned ships. Your goal is to use a remotely controlled robot to push all the crates to the cargo bays. The game allows for undoing steps and is available for download on both Windows and Linux.

Features

  • Space-themed clone of MS-DOS Soko-Ban
  • Remotely control a robot to push crates to cargo bays
  • Ability to undo steps
  • Available for both Windows and Linux

Windows

  1. Install Python (version 3.8 or higher) and make sure it is added to PATH.
  2. Run the following command to install Bansoko: pip install bansoko
  3. Run the game by executing the bansoko command in the terminal.

Linux

  1. Install python3 (version 3.8 or higher), python3-pip, and the required SDL2 libraries (libsdl2-2.0-0 and libsdl2-image-2.0-0).
  2. Run the following command to install Bansoko: pip install bansoko
  3. Run the game by executing the bansoko command in the terminal.

Summary

Bansoko is a space-themed clone of MS-DOS Soko-Ban that allows players to control a robot to collect cargo in abandoned ships in deep space. The game includes features such as the ability to undo steps and is available for both Windows and Linux. Installation instructions are provided for both operating systems. Overall, Bansoko is an engaging game for fans of retro puzzle games set in a futuristic space environment.