summaryrefslogtreecommitdiff
path: root/README.md
blob: 61495c7bb0da1e76ae93783b3894b7754ecc0d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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