Arunkumar0258 / breakout

A GUI based Breakout game in C using Stanford's portable library

Repository from Github https://github.comArunkumar0258/breakoutRepository from Github https://github.comArunkumar0258/breakout

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"

About

A GUI based Breakout game in C using Stanford's portable library


Languages

Language:C 97.2%Language:Makefile 2.8%