项目作者: navinramsaroop

项目描述 :
Shooter game with many different modes.
高级语言: Java
项目地址: git://github.com/navinramsaroop/Outbreak.git
创建时间: 2017-10-16T23:29:55Z
项目社区:https://github.com/navinramsaroop/Outbreak

开源协议:

下载


Outbreak

Summary

Single-player avoiding-enemies game made in Java

Welcome to Outbreak! Bear with the glitches…. Use the arrow keys to move your player around! Avoid all the enemies (anything rectangular = AVOID). You have a certain amount of health, and once all your health is gone the game is over. You can go to the store to upgrade your player, and you can change players during the game with the 1, 2, 3, 4, and 5 keys. Finally, you can shoot bullets at enemies that have a health bar on top of them (Enemies without a health bar CANNOT be killed, only avoided)

Controls

  1. w = shoot bullets up
  2. a = shoot bullets left
  3. s = shoot bullets down
  4. d = shoot bullets left
  5. arrow keys: move player around
  6. Space: Pause Game
  7. number keys 1-5: switch players during the game

How to Start Game

Run java -jar Outbreak.jar while in the Outbreak directory