Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 505 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 505 Bytes

SeaBattle

A battleship game for the terminal in Python 3 and unicurses. The game is in early development still, you can test setting ships by running: python3 set_ships.py The game was tested under linux but should run on Mac and Windows as well, but I'll work on that in the future!

Requirements

  • Python 3.6 or newer
  • unicurses 1.2 or newer (pip3 install unicurses does the trick)

Any suggestions, tips, requests etc. are hightly appreciated.