A simple console version of Conway's Game Of Life written in Rust using termion
Features:
- Follows the rules of the Game Of Life cellular automata
- Single step or run animation continiously
- Edit the game field
- Set animation speed
- A simple TUI interface
Todo:
- More colorful formatting
- Command line options
- Setting field size: done
- Print help: done
- Saving the game state in a file (?)