From da9e8104f82edbaff07ec3f728f5c1ace2e25e44 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 3 Mar 2025 22:38:17 +0100 Subject: [PATCH] chore: add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..68082bc --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Conways Game Of Life + +This is a very simple implementation of Conway's game of life in golang using the bubbletea library. + +The starting grid is generated randomly so any game can last anywhere from 100-800(longest I was able to get) generations/steps before it start to become repetitive. + +To play just press space and look at how the life goes. + +## Planned features + +Here are some features I do plan on implementing in the future, if I ever get bored like I got yesterday and today and created this before work. + +- Use initial terminal size for grid +- Update automatically without having to use space +- Button to "restart" the game +- Ability to load premade grids from text files