Skip to content

kanye2021/OOP-Game-S16-Iteration2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

OOP-Game-S16 V2

Objected Oriented Programming Spring 2016, Iteration 2.

Team KANYE 2020

  • Sergio Puleri
  • Bradley Treuherz
  • Denzel Mathew
  • Ben Chen
  • David Peguero
  • Austin Seber
  • David Yeung

How to run

IDE (IntelliJ is preferred)

  • Clone the repository if you do not have the source code, with:
git clone https://github.com/kanye2021/OOP-Game-S16-Iteration2.git
  • In IntelliJ File > New Project From Exisiting Sources...
  • Or at splash screen select New Project From Exisiting Sources...
  • Select root directory

Source

  • Clone the repository if you do not have the source code, with:
git clone https://github.com/kanye2021/OOP-Game-S16-Iteration2.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

Object Oriented Programming Spring 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published