Skip to content

Mandatory with Bonus -- official

Latest
Compare
Choose a tag to compare
@biralavor biralavor released this 14 Apr 13:05
· 7 commits to main since this release

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)

Screenshot from 2024-04-14 10-04-21

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!