Game sea fight in the terminal on Python 3.8 against the computer
Python 3.8:
git clone https://github.com/streltsovdenis/seafight.git
cd seafight/
python3 app.pyDockerfile:
git clone https://github.com/streltsovdenis/seafight.git
cd seafight/
docker build -t seafight .
docker run -it --rm --name sf seafightDocker Hub image: https://hub.docker.com/r/streltsovd/sea-fight
docker pull streltsovd/sea-fight
docker run -it --rm --name sf streltsovd/sea-fightImage:
