Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tatamiya/game-of-life-go
- Owner: tatamiya
- Created: 2020-09-12T03:05:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T07:18:19.000Z (over 4 years ago)
- Last Synced: 2023-03-05T19:47:55.091Z (almost 2 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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