Battorushippo is a text-based Battleship game which runs on a terminal. The game is multithreaded so accepts multiplayer matches through TCP sockets.
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
- 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.
MIT
Keep coding!