https://github.com/StudyResearchProjects/sokoban
Rust implementation of Sokoan using ggez and ECS
https://github.com/StudyResearchProjects/sokoban
game ggez rust specs
Last synced: 4 months ago
JSON representation
Rust implementation of Sokoan using ggez and ECS
- Host: GitHub
- URL: https://github.com/StudyResearchProjects/sokoban
- Owner: StudyResearchProjects
- Created: 2021-10-26T04:13:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T01:12:00.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T08:43:39.658Z (4 months ago)
- Topics: game, ggez, rust, specs
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sokoban
Rust implementation of Sokoan using ggez and ECS
Implementation of Sokoban using the ggez game engine and the ECS pattern with
specs.
# Screenshot
# Usage
```bash
git clone https://github.com/EstebanBorai/sokoban.git
cd ./sokoban
cargo run
```
# Controls
Key | Description
--- | ---
W or Up | Move north
A or Left | Move west
S or Down | Move south
D or Right | Move east