Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 635 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 635 Bytes

so_long

This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.

psegura-'s 42 so_long Score

Installation

git clone https://github.com/PepeSegura/so_long.git
cd so_long
sudo cp inc/mlx.h /usr/local/include
sudo cp inc/libmlx.a /usr/local/lib
make

Usage

make                        compiles so_long executable
./so_long                   runs the map selector and start the game