Skip to content

JDDev0/ConsoleSokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleSokoban

A sokoban game for Console (Linux, Windows)

Download on itch.io: Console Sokoban

Gameplay

image

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

  1. cargo build
  2. cargo run