Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 507 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 507 Bytes

battleships-game

javaScript HTML and CSS

Welcome to another JavaScript Game walkthrough! In this game, we learn not only how to make the popular retro game battleships, but we team up with YouTubers codeSTACKr and Web Dev Simplified in order to make it multiplayer and style it to the MAX!

In this walkthrough we will:

  • make 5 draggable ships
  • rotate the ships prior to dragging
  • make the computer take random goes
  • display results based on who has sunk whose ship
  • display the winner