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

https://github.com/lugodi/battleship-project


https://github.com/lugodi/battleship-project

babel eslint jest npm webpack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Battleship

The classic battleship game

The game is composed of 4 boards. 2 for each player
one board is your information on the enemy, the other is yours.

Try to sink all enemy ships before they sink yours, whoever destroys all enemy ships first wins the game

## Features

- One or two players versus couch mode
- Ships are pixel art
- Drag and drop the ships or randomly populate it

## Technologies:

- webpack
- JS
- Node package manager
- CSS

## TODO

[x] Let player see computer attacking instead of switching player screen

- Improve img drag to match the first cell of the ship
- Refactor parts of the code