Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jddev0/consolesokoban
- Owner: JDDev0
- License: mit
- Created: 2021-04-18T00:12:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:20:57.000Z (2 months ago)
- Last Synced: 2024-11-25T17:27:36.620Z (2 months 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: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
![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`