Skip to content

headlessNode/battleship

Repository files navigation

MIT License


Battleship

A Battleship game, developed as a hands-on project to reinforce knowledge of Test Driven Development(TDD), streamline code bundling with Node.js and Webpack. The project follows a modular approach, with separate classes for ships, gameboards, players, and the main game loop.
View Demo

Built With

JavaScript

HTML5

CSS3

Jest

Node.js

Webpack

Acknowledgments

I would like to express my gratitude to The Odin Project for providing an outstanding learning platform and resources. This project was developed as part of The Odin Project's curriculum, which played a crucial role in honing my skills in web development.