https://github.com/xaviermonin/battleship
Simulator of Battleship game for IA
https://github.com/xaviermonin/battleship
battleship-game game ia simulation simulator
Last synced: 34 minutes ago
JSON representation
Simulator of Battleship game for IA
- Host: GitHub
- URL: https://github.com/xaviermonin/battleship
- Owner: xaviermonin
- License: mit
- Created: 2020-03-19T17:46:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T19:46:16.000Z (over 5 years ago)
- Last Synced: 2025-02-23T20:11:52.327Z (over 1 year ago)
- Topics: battleship-game, game, ia, simulation, simulator
- Language: C#
- Homepage:
- Size: 4.88 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)

## Console simulator
