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

https://github.com/antonosika/dynahack-zickos

Battleships dynahack
https://github.com/antonosika/dynahack-zickos

Last synced: 5 months ago
JSON representation

Battleships dynahack

Awesome Lists containing this project

README

          

Start with ```python start.py``` and your endpoint will be ```http://:8080/make-move```

Start with ```python start.py 1337``` and your endpoint will be ```http://:1337/make-move```

Implement your AI in ```shipsinker.py```.