https://github.com/mauricehandwerker/bfi_sokoban
a school project to learn C++.
https://github.com/mauricehandwerker/bfi_sokoban
cpp sokoban sokoban-game
Last synced: 3 months ago
JSON representation
a school project to learn C++.
- Host: GitHub
- URL: https://github.com/mauricehandwerker/bfi_sokoban
- Owner: MauriceHandwerker
- Created: 2022-06-14T10:10:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T07:27:15.000Z (over 2 years ago)
- Last Synced: 2025-01-13T11:50:57.195Z (5 months ago)
- Topics: cpp, sokoban, sokoban-game
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BFI_Sokoban
## About
Sokoban is a game that was released in 1982.
Over the years many different versions got released to the marked and added some features.
But the basic game is just moving boxes from one place to another to get to the goal.
This Sokoban version was made as part of the training at the BBS-ME.
The version is only executable in the terminal.### [How to make a Map:](MAPMAKER.md)
[Made in cooperation with WachsamesWiesel](https://github.com/WachsamesWiesel)