Skip to content

Meltasy/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battleship

An odin project battleship game

This is a mini project to practice my skills:

  • using TDD (Test Driven Development)
  • using html, css and javascript to create a web page
  • using webpack to bundle all necessary files
  • using DOM manipulation