jwmickey / battleship

Classic game of Battleship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Text based game of Battleship

      __^__
      \   /
       | |
      /   \
     /o o o\
   _|       |_        ____       _______ _______ _      ______  _____ _    _ _____ _____
(_)    (_)    (_)    |  _ \   /\|__   __|__   __| |    |  ____|/ ____| |  | |_   _|  __ \
 \ \   \ /   / /     | |_) | /  \  | |     | |  | |    | |__  | (___ | |__| | | | | |__) |
  \ \  | |  / /      |  _ < / /\ \ | |     | |  | |    |  __|  \___ \|  __  | | | |  ___/
-----_______------   | |_) / ____ \| |     | |  | |____| |____ ____) | |  | |_| |_| |
|   |   _   |    |   |____/_/    \_\_|     |_|  |______|______|_____/|_|  |_|_____|_|
\   |  | |  |   /
 \   \_   _/   /
  \     |     /
   \    |    /
~~~~~~~~~~~~~~~~~~

How to Install and Play

Python 3 is required. Disclaimer: I am not a python expert so please excuse any issues with installation.

A Makefile is provided to easily install dependencies.

  make setup

Assuming all went well, run the game!

  make run

About

Classic game of Battleship

License:Other


Languages

Language:Python 97.9%Language:Makefile 2.1%