summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-01-10 23:42:09 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-01-10 23:42:09 -0500
commit9fdf6f47ef19f354586361ad2ad9ae3acd8f6419 (patch)
treea632fe7afe85c7f99d44376e142e7f0cc78045e1
parenta60ff96dc8b3a3b2a4b1f372ee4c835bf5c612ed (diff)
parent2fb94edc2591d9ba6285c60b552ee50e47dab91a (diff)
Merge branch 'master' of github.com:ChausseBenjamin/battleship-go
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..65cc314
--- /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
+