Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebadier/mariosokoban
My C++ version of Mario Sokoban
https://github.com/ebadier/mariosokoban
cplusplus mario sdl sokoban tutorial video-game
Last synced: about 2 months ago
JSON representation
My C++ version of Mario Sokoban
- Host: GitHub
- URL: https://github.com/ebadier/mariosokoban
- Owner: ebadier
- License: mit
- Created: 2014-03-23T19:40:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T23:07:01.000Z (almost 4 years ago)
- Last Synced: 2023-08-19T20:01:12.024Z (over 1 year ago)
- Topics: cplusplus, mario, sdl, sokoban, tutorial, video-game
- Language: HTML
- Homepage:
- Size: 1.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![alt text](data/marioSokoban.png)
MarioSokoban
============My C++ version of Mario Sokoban thanks to the original [C tutorial](https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c/18709-tp-mario-sokoban)
I added the possibility to create levels using Excel (in csv format).
Controls
============
- Arrow Keys : move Mario
- r : retry current level
- e / d : enable / disable mouse cursor
- Esc : previous menu / Exit