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

https://github.com/lemonadee71/vanilla-battleship

The classic game of battleship written in vanilla JS. Play with up to 9 enemy computers!
https://github.com/lemonadee71/vanilla-battleship

Last synced: 2 months ago
JSON representation

The classic game of battleship written in vanilla JS. Play with up to 9 enemy computers!

Awesome Lists containing this project

README

        

# vanilla-battleship
The classic game of battleship written in vanilla JS. Play with up to 9 enemy computers!

![vanilla-battleship](https://i.imgur.com/OdMTkWV.png)

## :rocket: Features
- You can play with up to 9 enemy computers
- Normal, intermediate, and hard difficulties
- Randomize ship placements
- Simple turn based gameplay

## 💻 Technologies Used
- poor-man-jsx
- Webpack
- Jest

## Motivation
This project is part of The Odin Project curriculum. This is mainly to practice unit testing.