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

https://github.com/malcolmstill/gol

An implementation of Conway's Game of Life in Racket.
https://github.com/malcolmstill/gol

Last synced: 11 months ago
JSON representation

An implementation of Conway's Game of Life in Racket.

Awesome Lists containing this project

README

          

# gol
An implementation of Conway's Game of Life in Racket.

Run with
```
racket gol.rkt
```

Alternatively generate an executable:
```
raco exe --gui gol.rkt
```