Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 638 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 638 Bytes

So Long

Description

This is a simple 2D game using the MLX library; The goal is to collect all the chests, avoid enemies and reach the boat(exit).

Installation

git clone https://github.com/MM1212/so-long.git
cd so-long
make

Usage

./so_long <map-file>

Available Maps

  • maps/level_00.ber
  • maps/level_01.ber
  • maps/level_02.ber
  • maps/level_03.ber
  • maps/level_04.ber
  • maps/level_05.ber
  • maps/level_06_bonus.ber

Controls

  • WASD or Arrow Keys to move
  • [ESC] to exit
  • [E] to interact with the chests/boat

Enjoy!