Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 674 Bytes

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