Battleship
Classic single player Battleship game where the player tries to sink all of the computer's ships.
Main Interface
Why this project ?
This was a project assignment from The Odin Project's Javascript course. The intention was to practice the basics of Test Driven Development.
Features
Interactive drag-and-drop ship placement on the grid.
Dynamic UI showing player boards and status..
Polished AI that plays similarly to humans.
Tech Stack
Javascript
HTML5
CSS3