Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 250 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 250 Bytes

Conway's game of life

Concurrent implementation of Conway's game of life in which cells are represented as threads.

What I learned

  • How to use multithreading in python
  • Many multithreading concepts such as parallelism, concurrency, locks...