/Shooter_Game

2D Java game using City Engine (Custom wrapper for Box2D).

Primary LanguageJava

ShooterGame

2D Java game using City Engine (Custom wrapper for Box2D made by City University).

Installation

Java 1.8.0_252 (Java 8):

https://adoptopenjdk.net/

Usage

Open the terminal from the projects root directory. cd to /out/artefacts. Type:

java -jar ShooterGame.jar

Controls:

  • w, space - Jump
  • a - left
  • d - right
  • e - interact
  • left mouse click - shoot
  • 1,2,3 - toggle weapons

Gameplay: Killing all enemies progresses you into the next level.

Credit

Game Engine:

Textures used:

License

My Code is under the MIT license.

Unfortunately, due to the fact that the licensing for the CityEngine is unknown it will not be shared in Github. Therefore, building the executable from the source code would not be possible.