Let's save the Astronauts!
This is a common core project from https://42.fr
Project name: so_long
- Main goal:
-- Build a game in C language
-- Use a graphic library (minilibX or MLX42codam)
Features
- Build your own map, using:
-- '1' for walls (my Asteroids)
-- '0' for vacuum space
-- 'P' for starting Player position
-- 'E' for Exit
-- 'C' for Coins (my Astronauts)
-- Map rules! - Move the player with keyboard arrows and WASD keys
- Collect coins
- Exit the game gracefully!