Skip to content

streltsovdenis/seafight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sea-Fight on Python3

Game sea fight in the terminal on Python 3.8 against the computer

Installation

Python 3.8:

git clone https://github.com/streltsovdenis/seafight.git
cd seafight/
python3 app.py

Dockerfile:

git clone https://github.com/streltsovdenis/seafight.git
cd seafight/
docker build -t seafight .
docker run -it --rm --name sf seafight

Docker Hub image: https://hub.docker.com/r/streltsovd/sea-fight

docker pull streltsovd/sea-fight
docker run -it --rm --name sf streltsovd/sea-fight

Image:

Image sea-fight

About

Game sea fight in the terminal on Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published