From 56d1ef280609783fa801a92acc49a33f4e401682 Mon Sep 17 00:00:00 2001 From: drew ogryzek Date: Thu, 26 Oct 2017 17:59:37 -0700 Subject: [PATCH] Add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3780dde --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Conway's Game of Life + +An implementation of Conway's Game of Life, using Go, EventStore, and implementing event sourcing and CQRS. + + +## Getting Started + +Clone this repo. + +``` +git clone git@github.com:Adaptech/gameoflife.git +``` +**TODO**: Add setup steps +