https://github.com/adaog0n/so_long
https://github.com/adaog0n/so_long
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adaog0n/so_long
- Owner: AdaoG0n
- Created: 2024-12-18T22:42:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T14:42:19.000Z (5 months ago)
- Last Synced: 2025-01-08T15:38:32.486Z (5 months ago)
- Language: C
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
![]()
![]()


**so_long** is a project developed as part of the curriculum at ***42 Porto***.
It is a simple game where the player must navigate through a map, collecting items and reaching the exit. The project consists of a mandatory part and a bonus part.## Features
- Basic game mechanics including player movement and collision detection.
- Map validation to ensure the map is playable.
- Memory management to handle game resources effectively.
- Bonus features include additional game mechanics and enhancements.## Installation
To build the project, you will need `make` and `gcc` installed on your system. Use the following commands:
```sh
# Clone the repository
git clone https://github.com/AdaoG0n/so_long.git# Navigate to the project directory
cd so_long# Build the project
make# For the bonus features
make bonus
```![]()
![]()


###### Project developed by: [Adão Gonçalves](https://github.com/AdaoG0n)