Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knave-de-coeur/battleslugs-2015
University Project 2015
https://github.com/knave-de-coeur/battleslugs-2015
game java java-se javafx
Last synced: 6 days ago
JSON representation
University Project 2015
- Host: GitHub
- URL: https://github.com/knave-de-coeur/battleslugs-2015
- Owner: Knave-De-Coeur
- Created: 2017-05-29T14:55:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T09:41:07.000Z (over 1 year ago)
- Last Synced: 2024-11-22T07:05:19.144Z (2 months ago)
- Topics: game, java, java-se, javafx
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battleslugs-2015
---
## Description
My University Project for 2015, Simple PvP game:
Player 1 generates random slugs shown on the mini map on the botom right
Player 1 places slug on their board
Player 1 does this 5 times, with a total of 25 livesPlayer 2 generates random slugs shown on the mini map on the botom right
Player 2 places slug on their board
Player 2 does this 5 times, with a total of 25 livesGame starts rules:
Player 1 clicks button on the board, hit or miss on player 2, plater stats updated.
Player 2 clicks button on the board, hit or miss on player 1, player stats updated.At any point in the game both players can switch the maps around to get a better view of the stats of their slugs
Game ends until a player strikes all locations on the board where a slug was placed by the opposing player.
## Instructions
To run the project from the command line, go to the dist folder and
type the following:java -jar "Battleslugs.jar"