https://github.com/arjun1237/dotcom.battleshipgame
Dot Com game is basically all BattleShip Game where the user tries to sink 3 hidden Dot Coms present in the puzzle. The player guesses where the Dot Coms might be present. Based on the number of guesses he took to solve the puzzle, the result is calculated.
https://github.com/arjun1237/dotcom.battleshipgame
battleship-game game java
Last synced: 3 months ago
JSON representation
Dot Com game is basically all BattleShip Game where the user tries to sink 3 hidden Dot Coms present in the puzzle. The player guesses where the Dot Coms might be present. Based on the number of guesses he took to solve the puzzle, the result is calculated.
- Host: GitHub
- URL: https://github.com/arjun1237/dotcom.battleshipgame
- Owner: arjun1237
- Created: 2017-06-22T14:11:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T20:10:08.000Z (over 4 years ago)
- Last Synced: 2025-02-26T12:13:39.705Z (11 months ago)
- Topics: battleship-game, game, java
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotCom - BattleShip Game
Dot Com game is basically all BattleShip Game where the user tries to sink 3 hidden Dot Coms present in the puzzle. The player guesses where the Dot Coms might be present. Based on the number of guesses he took to solve the puzzle, the result is calculated.
## How to Play
### Step 1:
Install Java SDK kit
### Step 2:
Add paths to java and javac
### Step 3:
cd into DotCom folder and open a terminal from there.
### Step 4:
Type following commands into terminal:
javac SuperDotCom.java
java SuperDotCom