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

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

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