Skip to content

mkeeneth/Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship

About

This is a player vs. computer JavaScript implementation of Battleship. Modern Vanilla Javascript and uses no libraries.

Utilized webpack for it's hot reloading development server, transpiling, bundling, and packaging.

How to run

  • Clone repo
  • run "npm install"
  • run "npm start"