Skip to content

FoXcodeZ/BattleshipZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BattleshipZ

Battleship Z is my terminal-based implementation of the popular Battleship game.

Screenshots:

Zrzut ekranu (69)

Used technologies:

Java

How to run this game?

Option 1:

Simply open this project in your IDE (IntelliJ IDEA) and run it.

Option 2:

Go to the folder: BattleshipZ/out/artifacts/ and run a terminal.

In a terminal (that supports ASCII codes), execute: java -jar BattleshipZ.jar.

==IMPORTANT== Your terminal must support ASCII codes as this game utilizes them for coloured text.

How to play?

It's a simple, well-known version of the Battleship game. In the console version, you need to specify which field you want to hit. For example, you can enter a4 or C2.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages