Skip to content

Battleship is a 2v2 board game. The objective is to destroy all your opponent's ships.

Notifications You must be signed in to change notification settings

gabrielsenadev/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship

Battleship is a 2v2 board game. The objective is to destroy all your opponent's ships.

Table of contents

The Odin Project and this project

This project was created to complete the task Project: Battleship by The Odin Project.

The goal is to do something using Test Driven Development first. With that in mind, I elaborated all my code logic(non visual part) using TDD (You can run the tests!).

Play it now

Play now clicking here

Full link: https://gabesenacom.github.io/battleship/

Image descriptions

Ship hitted

Ship hitted This represents hit in some ship

Ocean hitted

Ocean hitted This represents hit in ocean

Technologies used

Language

JavaScript

CSS3

HTML5

Testing

Jest

Module Bundler

Webpack

Transcompiler

Babel

Code pattern and Code style

JavaScript Style Guide

code style: prettier

ESLint

Others

PubSubJS - A topic based pub/sub library

About

Battleship is a 2v2 board game. The objective is to destroy all your opponent's ships.

Topics

Resources

Stars

Watchers

Forks