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: 10 months ago
JSON representation
A sokoban game for Console (Linux, Windows)
- Host: GitHub
- URL: https://github.com/jddev0/consolesokoban
- Owner: JDDev0
- License: other
- Created: 2021-04-18T00:12:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T18:24:14.000Z (about 1 year ago)
- Last Synced: 2025-05-31T23:29:19.750Z (about 1 year ago)
- Topics: cli, command-line, console, console-game, game, rust, rust-game, rust-lang, rust-language, sokoban, sokoban-game
- Language: Rust
- Homepage: https://jddev0.com/projects/console-sokoban
- Size: 435 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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`