Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)