Skip to content

A classic Battleship game that I created to help me better understand Javascript and Probability Density functions.

Notifications You must be signed in to change notification settings

davinchia/javascript-battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-battleship

A classic Javascript Battleship game that I created to help me better understand Javascript.

This was adapted from "Head First Javascript Programming, 2nd Edition" by Eric Freemand and Elizabeth Robson

My eventual goal is an AI that one can play against.

The AI guesses based on a probability density function.

The current version, huntMode3, has an average of 45 guesses, with a low of 30 guesses.

About

A classic Battleship game that I created to help me better understand Javascript and Probability Density functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published