Skip to content

A implementation of battleship in java. Should be able to connect players or AI using an open facing api.

Notifications You must be signed in to change notification settings

Jesavino/Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship

A implementation of battleship in java. Should be able to connect players or AI using an open facing api.

TODO:

  1. Server to host the games
  2. Peer to peer gaming
  3. Interface for AI programming -- Have the server look for an AI with two methods, PlaceShips and FireShot(GameBoard)
  4. Manual SHip Placement
  5. Some sort of automatic placement algorithm

About

A implementation of battleship in java. Should be able to connect players or AI using an open facing api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages