Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 575 Bytes

game-of-life-cli

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 (?)