BATTLESHIP GAME BUILT USING VANILLA JAVASCRIPT
The battleship project is the final project in the Microverse Javascript module. It is expected that students now have a full grasp of javascript concepts like Object Oriented Programming, Objects, Constructors, Factory Functions, The Module Pattern, ES6 Notation, Webpack and Testing with Jest. The game was built in ES6 using test-driven development with Jest.
- Install dependencies
npm install
- Run Script
npm run build
- Run tests
npm run test
👤 Olga Pelts
- Github: @pelzolga123
- LinkedIn: Olga Pelts
👤 Tunde Oretade
- Github: @tundeiness
- LinkedIn: Tunde Oretade
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Fork it (https://github.com/pelzolga123/Battleship/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push to the branch (git push origin feature/[feature-name])
- Create a new Pull Request