so_long is a graphical Project of the 42 School written in C. This project is a very small 2D game. You have to collect all collectibles and find a way out
Clone the project
git clone https://github.com/BenBohle/42_so_long.git
Go to the project directory
cd 42_so_long
Create it
make
Create it with BONUS Features
make bonus
Play the game
./so_long ./maps/select_one_map.ber
Example
./so_long ./maps/maze.ber
- Ingame Move Counter
- Ingame Collectibles Counter
- Responsive
- Enemy
- 3d perspective
With the Online Map Maker written in vanilla JS, html & vanilla css you can create your own custom maps and export them!