|
|
|
|
|
by kaoD
2817 days ago
|
|
Conway's Game of Life. Easily paralellizable, visually attractive, fun to code and use, has a narrow scope but can be improved with goodies (e.g. color for cell age). If you implement realtime interactivity, it forces you to bridge the gap between GPU and CPU world, which is a skill on its own. |
|
Naive implementation should be good problem for start.