Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreyvdl/42-so_long
- Owner: andreyvdl
- Created: 2022-11-17T15:37:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T03:32:04.000Z (over 1 year ago)
- Last Synced: 2023-10-29T04:22:25.140Z (over 1 year ago)
- Topics: 42, 42saopaulo, c, makefile, minilibx, mlx, solong
- Language: C
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)