Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreyvdl/42-so_long

My so_long project
https://github.com/andreyvdl/42-so_long

42 42saopaulo c makefile minilibx mlx solong

Last synced: about 1 month ago
JSON representation

My so_long project

Awesome Lists containing this project

README

        





___
Program name | Files to turn in | Makefile rules | External functions | Result
:---: | :---: | :---: | :---: |:---:
so_long | Makefile, \*.h, \*.c, maps, textures | NAME, all, clean, fclean, re | open, close, read, write, malloc, free, perror, streeror, exit, all math.h functions, all mlx functions, ft_printf or any equivalent made, (libft) | 123/100%

## Objective

>You must create a basic 2D game in which a dolphin escapes Earth after eating some fish. Instead of a dolphin, fish, and the Earth, you can use any character, any collectible and any place you want.

## Execution*
```sh
make
./so_long map.ber
```

or

```sh
make bonus
./so_long map.ber
```
* files with enemies only work on bonus

### [42MLX](https://github.com/42Paris/minilibx-linux)