An open API service indexing awesome lists of open source software.

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.

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