I wanted to build something close to the classic Battleship game to push my self and challenge my coding skills.
-
- The player selects a random grid square on the opponent’s grid space.
- Both sides generate points by successfully landing a hit.
- The player can restart or end the game at any time in a menu.
- HTML/CSS/JS
A special thanks to my instructors for helping me get to where I am with this and also to @jcLucio for some inspiration.
- Fix rotation issues.
- Add computer combat
- Random placement for computer pieces.
- Add win/losing screen