https://github.com/benoitprmt/sokoban
Sokoban in C
https://github.com/benoitprmt/sokoban
Last synced: 6 days ago
JSON representation
Sokoban in C
- Host: GitHub
- URL: https://github.com/benoitprmt/sokoban
- Owner: BenoitPrmt
- Created: 2023-09-30T16:45:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T16:45:57.000Z (over 2 years ago)
- Last Synced: 2025-10-31T17:03:15.997Z (8 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
📦 Sokoban
---
About |
Requirements |
Starting
---
## 🎯 About ##
Sokoban is a game where you have to place a box in a location by pushing it.
`o` : Player (you)
`X` : The box to move
`x` : Place to place the box to win
`#` : Wall

To move enter `u` for move up, `d` for move down, `l` for move left and `r` for move right.
## ✅ Requirements ##
Before starting 🏁, you need to have [Git](https://git-scm.com) installed.
## 🏁 Starting ##
```bash
# Clone this project
$ git clone https://github.com/BenoitPrmt/Sokoban
# Access
$ cd Sokoban
# Run the project
$ make all
```