/Battleship

The Famous Battleship game built with javascript.

Primary LanguageJavaScript

Battleship

the famous battleship game created in order to practice JavaScript testing. through the process of developing this game i've learned the importance of testing your functions and classes before building the UI. By testing you gain alot of confidence in the app components.

Live preview

Built with

  • javascript
  • css
  • html
  • webpack
  • jest (testing)

getting started

git clone https://github.com/alyHusseinn/Battleship.git
cd Battleship
npm install
npm start