Skip to content

Asamarus/battleship

Repository files navigation

Battleship

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.

Live demo

Installation

  1. Clone or download the repository.
  2. Run npm install to install dependencies.
  3. Run npm run start to launch a webpack dev server.

Bonuses

Bonus extra shot
Gives you one extra shot.

Bonus two extra shots
Gives you two extra shots.

Bonus laser horizontal
Attacks all enemy cells in the horizontal direction.

Bonus laser vertical
Attacks all enemy cells in the vertical direction.

Bonus move ship
Moves one of your ships in a new random position.

Bonus repair ship
Repairs one of your sunken ships.

Bonus superblast
It attacks cells in the form of a cross.

Bonus radar
Shows enemy ships in selected area.

Penalties

Penalty mirror
Attacks your own cell with same coordinates.

Penalty ricochet
Attacks your own cell with random coordinates.

Penalty question
You need to answer question. If answer is incorrect you lose your turn.

Cheats

You can enable cheats in game settings.

About

Classic battleship game with different bonuses and penalties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published