Skip to content

kanye2021/OOP-Game-S16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

OOP-Game-S16

Objected Oriented Programming Spring 2016, Iteration 1.

Team KANYE 2020

  • Sergio Puleri
  • Bradley Treuherz
  • Denzel Mathew
  • Ben Chen
  • David Peguero
  • Austin Seber
  • David Yeung
  • Mathew Tschiggfire
  • Phillip Smith
  • Jorge Varela

How to run

  • Clone the repository if you do not have the source code, with:
git clone https://github.com/kanye2021/OOP-Game-S16.git
  • Run the following command at the root directory to compile and run the game:
find $PWD -name "*.java" > sources.txt && mkdir bin &&  javac -d bin @sources.txt && cp -R src bin/ && cd bin && java RunGame && cd .. && rm -rf bin
  • To just compile the game run:
find $PWD -name "*.java" > sources.txt && mkdir bin &&  javac -d bin @sources.txt && cp -R src bin/
  • Then, to run the game, run:
cd bin && java RunGame && cd ..

About

Objected Oriented Programming Spring 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published