radix007 / BattleShipGame

BattleShip Game based on the infamous movie Star Trek (2009).

Home Page:https://radix007.github.io/BattleShipGame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backstory ::

Based on the movie Star Trek (2009).

Star Trek 2009

There are two battleships in the space and your battleship is hidden in the Saturn dust.

Your ship is the USS ENTERPRISE. Your mission is to save the humanity from the VULCANS.

You can watch the scene around which the game revolves around here


Gameplay ::

Battleship Game

This is a command line interface game as of now, I am working on a graphical version.


Command to run the game:

java battletest

Rules ::

  • You have three chances to hit the VULCAN ship before the VULCANS figure out your position and you fail to save the humanity.
  • Enter the desired coordinates, make sure you enter the coordinates wisely as you will only get 3 chances.
  • Coordinates Range (0-5)(0-5).
  • You have to press enter after entering the value of x and the same goes for entering the value of y (Here x and y are the coordinates).

Contributing ::

Please check out the contributing.md guide on how you can actively participate in the development of this classic game. It's pretty easy and fun!

License GitHub

This project is licensed under the GNU General Public License v3.0 - see the License.md file for more details.

About

BattleShip Game based on the infamous movie Star Trek (2009).

https://radix007.github.io/BattleShipGame/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%