/So_Long

Ce projet est un jeu 2D simple conçu pour vous faire utiliser des textures, des sprites et quelques éléments basiques de gameplay.

Primary LanguageC

🐬 So_Long

And thanks for all the fish!

Ce projet est un jeu 2D simple conçu pour vous faire utiliser des textures, des sprites et quelques éléments basiques de gameplay.

🖼️ Gameplay :

Collect all the items and get to the exit!

🕹️ Controls :

Move with WASD

🔩 Makefile

This project use Make, here are the commands to compile it

1. 🗜️Compiling the project :

Mandatory :

$ make

Bonus :

$ make bonus

2. 🧹Cleaning all binary (.o) and executable files :

$ make fclean