Skip to content

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

Notifications You must be signed in to change notification settings

Arunkumar0258/breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published