🎮 Small game for the exercise 'so_long' at Codam.
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
# Run:
$ Make run
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 :)