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!
- Host: GitHub
- URL: https://github.com/lemonadee71/vanilla-battleship
- Owner: lemonadee71
- Created: 2021-05-23T06:20:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T08:41:25.000Z (about 2 years ago)
- Last Synced: 2025-02-10T11:44:37.051Z (4 months ago)
- Language: JavaScript
- Homepage: https://lemonadee71.github.io/vanilla-battleship/
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vanilla-battleship
The classic game of battleship written in vanilla JS. Play with up to 9 enemy computers!
## :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.