This project has been created as part of the 42 curriculum by kevlim.
so_long is a 42 project a basic 2D game in which a player escapes a room after collecting some coins. This game use Minilibx for running, we can upload any custom textures and maps for testing the project. So Long will help you improve your skills in the following areas: window management, event handling, colors, textures, etc.
For compiling our game we need to :
- Install minilibx-linux.tgz
- Extract file in directory lib
- Make
- Launch game with
./so_long maps/"file.ber" - Controls : WASD + Esc
- GitBook : Checking list for creating map
- Minilibx documentation : understand which functions to use.
- Youtube : Seeing some projects to visualize.
- AI : Memory leaks and add some parsing.