diff --git a/README.md b/README.md index 627c15f..d2fbccb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ -## Sample of Conways life +## My take on Conways game of life with ruby +![Screenshot1](./sguis-conways/metadata/screenshot_1.png) -copy main.rb to dragonruby and run it +## Description -absolute just got it running version +Play at [itch.io](https://squishibutz.itch.io/sguis-conways) + +game.rb can be run standalone. +sguis-conways contains the dragonruby version of this implementation + +## Changelog + +v0.1 - Released with pause/unpause and click to add/remove cells + +## Todo + +* Reset +* Zoom +* Better Graphics \ No newline at end of file diff --git a/sguis-conways/metadata/screenshot_1.png b/sguis-conways/metadata/screenshot_1.png new file mode 100644 index 0000000..6dc8c54 Binary files /dev/null and b/sguis-conways/metadata/screenshot_1.png differ