This is game I developed during a programming course using Allegro 5. It was developed in C in along 2 Weeks!!! I did it well, but not flawless, so I need to address some problems. Although it is runnable.
- Download the content and place it in a folder.
- Install requirements
- GCC Compiler 9 or greater
- Allegro 5: Run on terminal sudo apt-get install liballegro5-dev to install Allegro on your system.
- Tool kit make
- Run the command: make Makefile all
- Run ./bdash and enjoy it.