Skip to content

ms2300/StreakerGame

 
 

Repository files navigation

StreakerGame

Description:

Up and down scrolling game similar to Frogger.

Obstacles come from top of screen to bottom. Guards come from right and left of the screen.

Player can move any direction while screen is scrolling without exiting bounds of the screen.

To Run the Game:

1) Build via ant build.xml file in either command line or IDE of choice, e.g.

ant build

2) from root game directory (StreakerGame), run:

java -cp /ABSOLUTE/PATH/TO/GAME_DIRECTORY/bin logic.client.Client
Note: replace absolute path with the correct location for your local system.

Build Statuses:

Travis CI

Build Status

SonarCloud

Quality Gate LOC Code Smells

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%