Implementation of the Conway's Game of Life
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