Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaviermonin/battleship
Simulator of Battleship game for IA
https://github.com/xaviermonin/battleship
battleship-game game ia simulation simulator
Last synced: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T19:46:16.000Z (about 4 years ago)
- Last Synced: 2024-11-09T20:18:09.235Z (3 months 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)
![Battleship](https://user-images.githubusercontent.com/5740369/83329479-0fa6d600-a28a-11ea-8376-22038482f62f.png)
## Console simulator
![Console simulator](https://user-images.githubusercontent.com/5740369/98856970-acd38080-245e-11eb-8f4d-75f5c3907bb2.png)