Ship.js
: Contains the Ship class or factory function.Gameboard.js
: Contains the Gameboard class or factory function.Player.js
: Contains the Player class.index.js
: Implements the main game loop and DOM interaction.style.css
: Stylesheet for the game.index.html
: HTML file to render the game.index.html
file in your browser to start the game.Posted Jul 12, 2024
Battleship game implemented in JavaScript using Test Driven Development (TDD) principles and Webpack.
0
1