Your simulator of Battleship game!
Frontend part for server project of battleship game. See here --> Server
The simulation doesn't allow user to make any changes in logic. All data about the game comes from the server.
User is able only to get starting data, and then manually invoke every turn or run auto mode.
Created only as a desktop web app.
You need node & npm to run this project.
After cloning repository, in root directory invoke "npm i" to install packages.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
SeaMasters is deployed on Vercel: https://sea-masters-front.vercel.app/
Server site is still avaiable just as localhost - if you want to play the game it is necessary to run server.
- Typescript
- React
- Styled-components
- React-error-boundary
- tests
- responsiveness
- updating UI view
- player versus computer & player versus player modes