A simple maze Sokoban type game based developed while learning c++ game development with allegro.
https://www.allegro.cc/files/?v=4.4
cmake -G "MSYS Makefiles" .
make
https://github.com/msikma/liballeg.4.4.2-osx
cmake -G "Unix Makefiles" .
make
sudo apt-get install liballegro4-dev libloadpng4-dev liblogg4-dev
cmake -G "Unix Makefiles" .
make