Text based game of Battleship
__^__
\ /
| |
/ \
/o o o\
_| |_ ____ _______ _______ _ ______ _____ _ _ _____ _____
(_) (_) (_) | _ \ /\|__ __|__ __| | | ____|/ ____| | | |_ _| __ \
\ \ \ / / / | |_) | / \ | | | | | | | |__ | (___ | |__| | | | | |__) |
\ \ | | / / | _ < / /\ \ | | | | | | | __| \___ \| __ | | | | ___/
-----_______------ | |_) / ____ \| | | | | |____| |____ ____) | | | |_| |_| |
| | _ | | |____/_/ \_\_| |_| |______|______|_____/|_| |_|_____|_|
\ | | | | /
\ \_ _/ /
\ | /
\ | /
~~~~~~~~~~~~~~~~~~
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