Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 494 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 494 Bytes

breakout

A Graphical Breakout game made in C programming language using Stanford's Protable Library.

Installation Instructions:

  1. Make sure you have Java installed on your system - Any latest version
  2. Try running "java -version" and "javac -version"
  3. Change directory to spl (cd spl)
  4. run "make"
  5. run "sudo make install"
  6. run "export CLASSPATH=/usr/local/lib/spl.jar" or add it to your .bashrc/.zshrc file
  7. Then come back to the original folder and run the game "./breakout"