Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 870 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 870 Bytes

Battorushippo

Build Status

About

Battorushippo is a text-based Battleship game which runs on a terminal. The game is multithreaded so accepts multiplayer matches through TCP sockets.

Installation

This project requires Java and Apache ANT installed on your machine.

Clone this repository and type commands below

cd ASCII-Battlefield
ant 

Then run the compiled code:

java -jar build.xml

Features

  • ASCII or Emoji version
  • User can place boats manually or let the machine choose the positions

Battorushippo is a challenge by Academia de Código bootcamp. Note: It is very likely that the emoji mode will display weirdly on Windows or Linux distros.

License

MIT

Keep coding!