https://github.com/siteddv/sea-battle
Browser game "Sea Battle" in native JavaScript
https://github.com/siteddv/sea-battle
css css3 game html html-css html-css-javascript html5 javascript nativejavascript webgame
Last synced: about 1 year ago
JSON representation
Browser game "Sea Battle" in native JavaScript
- Host: GitHub
- URL: https://github.com/siteddv/sea-battle
- Owner: siteddv
- License: mit
- Created: 2021-04-22T19:24:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T17:45:38.000Z (about 5 years ago)
- Last Synced: 2025-01-29T20:39:44.698Z (over 1 year ago)
- Topics: css, css3, game, html, html-css, html-css-javascript, html5, javascript, nativejavascript, webgame
- Language: JavaScript
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Sea Battle" browser game
## About
###### Browser game "Sea Battle" is coded in native HTML, CSS, JavaScript using MVC architecture.
###### I made this browser game to practice my knowledge in native JavaScript.
## Interface

## Technologies used
###### HTML, CSS, JavaScript
## Project structure
* Main game picture
* Notifications window
* Input area
## Links
###### [Link to the site](https://vino-gradom.github.io/sea-battle/)
###### [Download ZIP](https://github.com/vino-gradom/sea-battle/archive/refs/heads/master.zip)
## How to clone the repository to a local machine?
###### 1) Move to desired folder
###### 2) Type this git code
```git
git clone https://github.com/vino-gradom/sea-battle.git .
```
## Have a nice experience with the repository!