https://github.com/f4str/battleship-game
Final Project for CSE 160
https://github.com/f4str/battleship-game
Last synced: 3 months ago
JSON representation
Final Project for CSE 160
- Host: GitHub
- URL: https://github.com/f4str/battleship-game
- Owner: f4str
- Created: 2018-02-13T23:41:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T08:56:29.000Z (over 5 years ago)
- Last Synced: 2025-01-26T06:26:23.047Z (5 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battleship Game
Final Project for CSE 160: Computer Science A: Honors
Back end created using Java and front end created using JavaFX. Eclipse Java Project.
Allows players to play a game of battleship against a computer AI. The player will place ships anywhere on the board in any orientation desired. The AI will randomly place its ships across the board. The player will initiate the first attack while the AI will attack second. The AI will keep track of player ships that have been hit and adjust its strategy to win.