An open API service indexing awesome lists of open source software.

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

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
![Browser game interface](https://github.com/vino-gradom/sea-battle/blob/master/img/gameplayScreenshot.png)

## 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!