#Sea battle values
- пусто - 0
- стреляно но мимо - 1
- стреляно и ранено - 2
- стреляно и убито - 3
#For developers
You need to implement an AbstractPlayer interface from the player's module
and create an instance of your implementation-class.
In the __init__.py of the competitors' module import the created instance of
your implementation-class as player.