Skip to content

JDDev0/SokoTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SokoTerm Demo

Disclaimer:
This is a temporary branch with the complete code for the SokoTerm Demo. This branch does not contain the full git history. The full git history for the main game and the demo will be released after the official game release on Steam and itch.io.
The demo-tmp branch will be deleted after the official game release.

This is the demo branch of SokoTerm. A Sokoban inspired puzzle game.

Test your puzzle game with more than 200 brand-new puzzles across 5 built-in level packs with unique challenges which get progressively harder. In the GUI version you can play this game with Graphical Tiles: Animated SokoTerm Gameplay - Pack 04 - Level 03 - Graphical or traditional ASCII tiles: Animated SokoTerm Gameplay - Pack 04 - Level 03 - ASCII

Test your puzzle solving skills with new gameplay mechanics like one-way doors and wraparound levels. SokoTerm Gameplay - Pack 03 - Level 19 - Graphical SokoTerm Gameplay - Pack 03 - Level 31 - Graphical

Get it on Steam: SokoTerm
Get it on itch.io: SokoTerm

Compile & Run

Requirements

Linux:

  • Required packages: cmake, make, gcc, libncurses-dev
  • Rust compiler must be installed Rust installation

Windows:

  • Install cmake and add it to $PATH
  • Install MinGW and add it to $PATH
  • Rust compiler must be installed Rust installation

Compile & Run

CLI:

  1. cargo build --features cli
  2. cargo run --features cli

GUI:

  1. cargo build --features gui
  2. cargo run --features gui

Releases

No releases published

Packages

No packages published

Languages