Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jddev0/consolesokoban

A sokoban game for Console (Linux, Windows)
https://github.com/jddev0/consolesokoban

cli command-line console console-game game rust rust-game rust-lang rust-language sokoban sokoban-game

Last synced: about 2 months ago
JSON representation

A sokoban game for Console (Linux, Windows)

Awesome Lists containing this project

README

        

# ConsoleSokoban

A sokoban game for Console (Linux, Windows)

Download on itch.io: [Console Sokoban](https://jddev0.itch.io/console-sokoban)

## Gameplay
![image](https://github.com/user-attachments/assets/4772dc3d-3258-4bf9-8ca5-86df9296a852)

## Compile & Run

### Requirements
Linux:
- Required packages: `cmake`, `make`, `gcc`, `libncurses-dev`
- Rust compiler must be installed [Rust installation](https://www.rust-lang.org/tools/install)

Windows:
- Install cmake and add it to $PATH
- Install MinGW and add it to $PATH
- Rust compiler must be installed [Rust installation](https://www.rust-lang.org/tools/install)

### Compile & Run

1. `cargo build`
2. `cargo run`