/So-Long

🎮 Small game for the exercise 'so_long' at Codam, inspired by dungeon and puzzle games

Primary LanguageCMIT LicenseMIT

So-Long

🎮 Small game for the exercise 'so_long' at Codam.

Installation

This project assumes you have Make installed.

# Clone:
$ git clone https://github.com/RubenNijhuis/so-long.git

# Installing all sub-packages
$ git submodule update --init --recursive

# Compile:
$ Make all

Running the game

# Run:
$ Make run

Notes

This project started during my academic year '21 at Codam. Due to a norm they have for the code certain functions might be written in 'interesting' ways. In most cases these functions would be written in a differently structured way improving speed or memory usage.

Happy coding :)