∅ The objective of Battle Wars EX is to try and sink all of the CPU's ships.
∅ All of the CPU's ships are somewhere on the game board.
∅ The Axis is comprised of rows and columns:
∅ A-G for the Rows | 0-6 for the Columns
∅ You try and hit them by calling out the coordinates of one of the squares on the board.
∅ Sink all 3 of the CPU's and you WIN!
Fonts brought to you by Google-Fonts ('Righteous')
To start the game, select a begin by inputing a coordinate in the guess box located at the bottom right of the game board.
Select (A-G) for your row selection + (0-6) for your column selection.
💭 Begin by setting up files: HTML, CSS, JS
💭 Draw out a map for how the board should look
💭 Give appropraite IDs and Classes to my elements
💭 Start by setting up some basic CSS styles; fonts, background, colors
💭 Declare variables in JS file
💭 Map out functions for game play
-
Create a 2-player mode 👥
-
Add sounds to game 🔉
-
Add more animation especially on the buttons
-
Option for a bigger board 🔳
-
Adding a modal for the rules ✔️