# conway-game-of-life-qt
**Repository Path**: JuniMay/conway-game-of-life-qt
## Basic Information
- **Project Name**: conway-game-of-life-qt
- **Description**: A crappy implementation of Conway's Game of Life in qt.
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-03-11
- **Last Updated**: 2022-03-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Conway's Game of Life in QT
A crappy implementation of Conway's Game of Life in qt.
## Usage
1. make sure qt is well configured
2. `qmake && make`
3. open executable file.
4. click cells to change state.
5. `configure` button to set color, size, etc.
6. `evolve` button to evolve (shortcut: press space).
7. `file->load` to load pattern.
## Roadmap
- [x] load pattern from file
- [x] save pattern to file
- [ ] automatically evolve
- [x] generate random pattern
- [x] move mouse to draw
- [ ] icons
- [ ] optimization && improving performance
- [ ] put some members into right position
- [ ] add other features