2025-03-01 14:53:42 +01:00
2025-03-01 14:53:42 +01:00
2025-03-01 14:53:42 +01:00
2025-03-01 14:53:42 +01:00
2025-03-01 14:53:42 +01:00
2025-03-01 20:50:51 +01:00
2025-03-01 20:50:51 +01:00
2025-03-01 14:53:42 +01:00
2025-03-03 22:28:42 +01:00
2025-03-01 20:50:51 +01:00
2025-03-03 22:38:17 +01:00
2025-03-01 14:53:42 +01:00

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
Description
Conway's game of life in go
Readme GPL-3.0 55 KiB
Languages
Nix 54.6%
Go 45.4%