initial commit

This commit is contained in:
ston1th 2021-05-27 01:03:07 +02:00
commit a5408e152b
4 changed files with 246 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# GoL - Conway's Game of Life
Implemented in Go using multithreading and visualization.
## Usage
```
go run main.go | vlc -
```