Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 260 Bytes

Battleship

Before to start the game, create virtual environment, then install from requirements text:

If you are using Ubuntu OS:

(Python 2)

  $ pip install -r requirements.txt 

(Python 3)

  $ pip3 install -r requirements.txt