Skip to content

MonikaKrella/SeaMastersFront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seamlogo

Sea Masters

Your simulator of Battleship game!

Idea

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.

Get started with project

Before running app

You need node & npm to run this project.

npm i

After cloning repository, in root directory invoke "npm i" to install packages.

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Deploy on Vercel

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.

Tech Stack

  • Typescript
  • React
  • Styled-components
  • React-error-boundary

Ideas for future

  • tests
  • responsiveness
  • updating UI view
  • player versus computer & player versus player modes

Screenshots

image image

About

Fronted site for SeaMasters Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published