I wanted to make the game of life and decided to follow this guild https://github.com/jbarszczewski/cli-game-of-life I had some difficulty with is as they really don't explain the spacing of the code easily. I had a huge issue for a while where rust would not run the dependency to run the program and it took some computer fixing to get it to work. When i finish I decided to change this up a little with the code and add to it. List of features I added - if nothing is inserted into the cargo run command the alive and dead cells are randomized for the game. - added using buttons + to speed up simulation and - to slow down simulation. - added alive cells colored green and dead cells gray - added Generation counter - added seeing the delay for speed tracking min = 100 max = infinite weird bug i haven't figured out. - pressing - or + causes the next generation to appear despite delay