Skip to content

Striker1101/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battleship

This is a take on the post 2002 version of the classic game Battleship, created for the odin project's battleship project, adhering to their Specification

Table of Contents

  • Features
  • Tech Stack
  • Run Locally
    • Features

      • A semi-intelligent Al opponent to play against
      • Unit testing for gameboard, ship
      • Responsive Design

      Tech Stack

      HTML, CSS, Webpack, JavaScript, Jest

      Run Locally

      Clone Project from Git

      https://github.com/Striker1101/battleship/
      

      Go to the project directory

       cd Battleship
       
      

      Install dependencies

      npm install
      

      create a production build

       npm run build
      

      then open dist/index.html

      Or run the dev environment

       npm run serve
      

About

TheOdinProject battleship project custom made

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published