Skip to content

KomarDL/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Implementation of the Conway's Game of Life

Project roadmap

Implement:

  • All rules
  • Change the size of the field
  • Default pattern library
  • Manual filling of the field
  • Cell color selection
  • Blending cell colors (if a new cell is formed by multi-colored cells, then the new cell must be a mixture of all parent ones)
  • Replace Qt Widgets with QML