Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 915 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 915 Bytes

Battleship

Classic Battleship game made with JavaScript. This project was part of TheOdinProject's Assignment. The main purpose of this project is to learn and practice Test Driven Development and jest.

Images/Videos

Sample Image

sample-video.mp4

Languages/Tools Used

  • Html, Css, JavaScrpt
  • Webpack, Jest, Es-ling, Prettier.

What Did I learn?

  • What is TDD?
  • How to build the project using TDD?
  • What is jest and how to use it for testing?

Imporvments

  • Vertical Placement of ship could be implemented.
  • More Improved Computer attacks could be implemented.
  • Mobile responsiveness could be implemented.
  • Two-player mode could be implemented.
  • Better Code style and module structure could be implemented.