Skip to content

Latest commit

 

History

History

Battleship

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Battleship

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

This is a guessing game where you will place your battle ships on a grid, and then shoot locations of the enemy grid trying to find and sink all of their ships. The first player to sink all the enemy ships wins.

  Battleship

  ┌──┬──┬──┬──┬──┬──┬──┬──┬──┬──┐  ┌──┬──┬──┬──┬──┬──┬──┬──┬──┬──┐
  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │  │  │XX│  │  │  │  │  │  │  │  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │##│  │  │  │  │  │  │  │XX│  │  │  │  │  │  │XX│  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │  │  │XX│  │  │  │  │  │XX│##│  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │  │  │  │  │  │  │  │  │XX│  │  │XX│  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │XX│  │  │  │  │  │##│  │  │  │  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │  │  │  │  │  │  │  │  │XX│  │  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │  │  │  │XX│  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │
  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤  ├──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤
  │  │  │XX│  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │  │
  └──┴──┴──┴──┴──┴──┴──┴──┴──┴──┘  └──┴──┴──┴──┴──┴──┴──┴──┴──┴──┘

  Choose your shots.

  Hit: ##
  Miss: XX
  Use arrow keys to aim.
  Use [enter] to place the ship in a valid location.

Input

  • enter: confirm boat or shot location
  • , , , : move boat or aim shot
  • spacebar: rotate ship
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64