Classic battleship game with different bonuses and penalties.
Made for fun. Coding by Asamarus. Icons design by enoraso.
Bonuses and penalties can be turned on/off in game settings.
- Clone or download the repository.
- Run
npm install
to install dependencies. - Run
npm run start
to launch a webpack dev server.
Attacks all enemy cells in the horizontal direction.
Attacks all enemy cells in the vertical direction.
Moves one of your ships in a new random position.
Repairs one of your sunken ships.
It attacks cells in the form of a cross.
Shows enemy ships in selected area.
Attacks your own cell with same coordinates.
Attacks your own cell with random coordinates.
You need to answer question. If answer is incorrect you lose your turn.
You can enable cheats in game settings.