Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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