Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatamiya/game-of-life-go

Conway's Game of Life in Go (concurrency, goroutines)
https://github.com/tatamiya/game-of-life-go

Last synced: about 1 month ago
JSON representation

Conway's Game of Life in Go (concurrency, goroutines)

Awesome Lists containing this project

README

        

# game-of-life-go
Conway's Game of Life in Go (concurrency, goroutines)

# Objectives
Practice of concurrency and goroutines

# References
- [Effective Python 2nd ed. (Pearson)](https://effectivepython.com/)
- Chapter 7 Concurrency and Parallelism
- https://github.com/bslatkin/effectivepython