Skip to content

philip1986/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game of Life

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".

Features

  • Visualization of the game as GIF, PNG or SVG
  • Choice of diffrent concurrency levels
  • Benchmarke mode

The easiest way to run the game

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'

Build the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published