The Battleship project comes at the end of the JavaScript testing section. It tests the knowledge about Test Driven Development (TDD). It is a Test Driven Development of the Battleship game.
This project is part of a series of projects to be completed by students of Microverse.
- HTML
- CSS
- JavaScript (ES6/ES2015).
- ESlint
- Webpack
- Jest
To get a local copy up and running follow these simple example steps.
- Git.
- Code editor.
- Code linter.
-
Open the terminal.
-
Enter
git clone https://github.com/sumaerjolly/battleship. -
Navigate to the cloned repository.
-
In the terminal cd into Battleship.
-
Run
npm installin your terminal. -
Run
npm run buildin your termianl. -
Open index.html and enjoy the game.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!