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

https://github.com/guicdas/so_long_42

2d game using mlx library
https://github.com/guicdas/so_long_42

game-development mlx mlx42 xpm

Last synced: 2 months ago
JSON representation

2d game using mlx library

Awesome Lists containing this project

README

        

# So_long 42

A 2d game using mlx library, with bonus (kinda)

To remember, when cloning use the submodules flag:
```bash
git clone --recurse-submodules
```

## Compiling

To compile this project run

```bash
make
```

## Documentation

[Minilibx Documentation (42docs)](https://harm-smits.github.io/42docs/libs/minilibx)

[Minilibx Github](https://github.com/42Paris/minilibx-linux)

## Usage

```bash
./so_long maps/valid-map.ber
```