Skip to content

markr155/Battleship

Repository files navigation

Battleship

Overview

This project implements the classic game 'Battleship' using vanilla JavaScript.

The primary emphasis lies in practicing Test-Driven Development (TDD) to ensure robust and maintainable code.

This project integrates various tools and technologies including Jest for testing, Webpack for bundling, and ESLint/Prettier for code quality.

Getting Started

To run this project locally, follow these steps in your terminal:

Clone the Repository:

git clone https:/markr155/Battleship
Install Dependencies:

npm install
Execute Jest to run the test suite:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published