- To start you can use
command console
-
To build a project in the client-side development mode
npm run build
-
To run only the server side
npm run start
-
To automatically update the server side
npm run server
-
To run the entire project in development mode
npm run dev
-
To run the entire project in production mode
npm run prod
- Create a
sea battle
game
-
The size of the field(s) and the composition of the ships are dynamic (can be set at the start)
-
Players take turns fighting
-
You can play with a bot
JavaScript
- Allowed to use library
convas2d
orwebgl