Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlovett1/battleship
COP3337
https://github.com/tlovett1/battleship
Last synced: 4 days ago
JSON representation
COP3337
- Host: GitHub
- URL: https://github.com/tlovett1/battleship
- Owner: tlovett1
- Created: 2015-10-10T20:36:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T01:17:48.000Z (about 9 years ago)
- Last Synced: 2024-10-19T07:37:30.105Z (about 1 month ago)
- Language: Java
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BattleShip
> BattleShip Game for COP3337 Programming 2## Game Functionality:
+ Intialize ship locations (to randomly generate locations of 5 battleships)
+ Clear ship locations (to reset and clear all battleship locations before playing)
+ Process user guess
+ Determine if user won (all 4 battleships have been sunk)
+ Display gameboard
+ Display player's choices (could be combined with displayGameboard)## Contributors
+ Kennet Postigo
+ Ernesto Diaz