Redvanisation / Battleship

The old school battleship game created with the TDD technique using Jest and vanilla JavaScript, ES6 modules, Webpack, Babel, HTML5 and CSS3.

Home Page:https://cdn.statically.io/gh/Redvanisation/Battleship/feature/battleship/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BATTLESHIP Game

Vanilla JavaScript battleship game

Live Demo . Report Bug · Request Feature

Table of Contents

About The Project

Based on the PROJECT: BATTLESHIP in the odin project as a part of the Microverse curriculum.

The purpose is to get a good understanding how to create the battleship game in ES6 using test driven development with Jest.

The following are actions that can be done on the application.

  1. Start the game to deploy the ships.
  2. Click on the board to destroy the computer ships.
  3. If you destroy all the computer ships first you win.
  4. Good luck!

Built With

Contact

About

The old school battleship game created with the TDD technique using Jest and vanilla JavaScript, ES6 modules, Webpack, Babel, HTML5 and CSS3.

https://cdn.statically.io/gh/Redvanisation/Battleship/feature/battleship/dist/index.html


Languages

Language:JavaScript 85.8%Language:CSS 14.2%