This is an example for parallelized calculations with goroutines. The task that the app can calculate in paralle is the conversion between generaions of "Conways Game of Life".
- Visualization of the game as GIF, PNG or SVG
- Choice of diffrent concurrency levels
- Benchmarke mode
Attention: The binary version is compiled on system with x86 architecture (Intel i5). For other architectures you may have to build it again!
- Clone this repo.
git clone https://github.com/philip1986/game_of_life.git
- Execute
./game
- Open your browser (I recommend Chrome)
- Request 'http://127.0.0.1:8080'
- Install Go
- Install CoffeeScript
- Run
make build