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 +