Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 566 Bytes

BattleShip

Simulator of Battleship game for IA.

Provided with 2 hosts:

  • Console simulator (BattleShip.Host.Simulator) : Run 10.000 matches between 2 IA and display results.
  • Visual fight (BattleShip.Host.MonoGame) : Run one match. This app uses Monogame.

Visual fight (BattleShip.Host.MonoGame)

Battleship

Console simulator

Console simulator