An open API service indexing awesome lists of open source software.

https://github.com/imhta/battleship-web

Battleship (also Battleships or Sea Battle) is a strategy type guessing game for two players.
https://github.com/imhta/battleship-web

Last synced: 3 months ago
JSON representation

Battleship (also Battleships or Sea Battle) is a strategy type guessing game for two players.

Awesome Lists containing this project

README

          

Version

# Battleship web

Battleship (also Battleships or Sea Battle) is a strategy type guessing game for two players. It is played on ruled grids (paper or board) on which each player's fleet of ships (including battleships) are marked. The locations of the fleets are concealed from the other player. Players alternate turns calling "shots" at the other player's ships, and the objective of the game is to destroy the opposing player's fleet.

Battleship is known worldwide as a pencil and paper game which dates from World War I. It was published by various companies as a pad-and-pencil game in the 1930s, and was released as a plastic board game by Milton Bradley in 1967. The game has spawned electronic versions, video games, smart device apps and a film.

### :fire: [Demo](https://battleship-web.imhtapm.now.sh/)

## Contribution guide

1. Clone the project
```bash
git clone https://github.com/imhta/battleship-web.git
cd battleship-web
```

To start live-server

```bash
npm start
```
To webpack watch

```bash
npm run watch
```

2. Then :heavy_plus_sign: add your contribution
3. And Feel free to make a PR

## Tehnical tools:

- HTML & CSS
- Javascript
- Webpack

## Contributors

- Imhta [@imhta](https://github.com/imhta)
- Emese Molnar [@Mesi21](https://github.com/Mesi21)

### If you like this project don't forgot to support us by giving a :star: