From 4a18144b54bdec1c9d2d5a41839fb0fdec311c6d Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 9 Jan 2020 16:24:50 -0500 Subject: Added a README to the project --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..61495c7 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +Battleship-go (WIP) +--- +A terminal based batlleship game written in go. + +## About the project +I started this project to expand my knowledge of the go +programing language and have a little something to show +for it at the end. When this project will be done, you +should be able to play on a single computer a game of battleship +in a sexy terminal interface. + +## Goals + +- [ ] Know Go better +- [ ] Make a multiplayer game which can be played on a single computer +- [ ] Have a clean, simple, and easy to use interface + +## Strech goals + +- [ ] Allow the game to be played v.s. a computer algorithm +- [ ] Allow the game to be played on two different computers using SSH + -- cgit v1.2.3