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
- Host: GitHub
- URL: https://github.com/guicdas/so_long_42
- Owner: guicdas
- Created: 2024-02-26T22:44:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-17T18:57:49.000Z (6 months ago)
- Last Synced: 2025-01-14T03:40:25.792Z (4 months ago)
- Topics: game-development, mlx, mlx42, xpm
- Language: C
- Homepage:
- Size: 3.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```