I created the only single-player game clone "Sea Battle" for educational purposes, where the user can play using a computer.
Vite is used to set up a project. If you clone this project to your local computer, enter these commands to run to the project.
Install Node library
npm install module_name
Install nodemon locally
npm install --save-dev nodemon
Start the project
npm run dev