Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.15 KB

File metadata and controls

33 lines (23 loc) · 1.15 KB

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