Skip to content

drem-darios/GunGunShoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GunGunShoot

Join the chat at https://gitter.im/drem-darios/GunGunShoot

A Rock Paper Scissors type game. To run this program outside of an IDE, use the following commands from the project directory:

  1. mvn clean install
  2. java -cp target/ggs-0.3-SNAPSHOT.jar com.drem.games.ggs.App

Rules

  • Everyone starts with zero bullets. This is to weed out the people who aren’t paying attention to the rules. The logical first move of every game is to Reload.
  • The objective is to shoot the opponent while they are vulnerable.
    • If you shoot with no bullets, you are vulnerable.
    • If your shield has taken too much damage, you are vulnerable.
    • If you are reloading, you are vulnerable.
  • In case of a stalemate, the person with the most bullets wins. If both players have the same amount of bullets, the game is a draw.

Game Modes

Single Player

  • Select a difficulty and see if you have what it takes to outsmart the computer player.(Currently only one difficulty)

Multiplayer

  • Host a local game, or join a public game for some head-to-head action!

Actions

  • Block - Shield takes one damage if the opponent has shot a bullet.
  • Shoot - Shoot a bullet if you have any. If not, you are vulnerable.
  • Reload - Gives you one bullet. If the opponent shoots, you are dead.

Guns

  • Pistol(1)
  • Shotgun(3)
  • Machine Gun(5)
  • Rocket Launcher(10)

About

A Rock Paper Scissors type game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages