A Graphical Breakout game made in C programming language using Stanford's Protable Library.
Installation Instructions:
- Make sure you have Java installed on your system - Any latest version
- Try running "java -version" and "javac -version"
- Change directory to spl (cd spl)
- run "make"
- run "sudo make install"
- run "export CLASSPATH=/usr/local/lib/spl.jar" or add it to your .bashrc/.zshrc file
- Then come back to the original folder and run the game "./breakout"