The main objective of this project is to recreate the game "Battleship" using Javascript.
Developed on Visual Studio Code, using the extensions: Javascript Snippets, Live Server (This helps to run the web page at the same time as you develop it, without manually reloading).
To run the application:
- Install the node modules (it uses node.js, and to install them the command
npm i
ornpm install
can be used). - When the installation is over, run the application with
npm run dev
The green light for the player 2 is not working properly.
The boats can clip into each other.
A better UI
Collision