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.
- Host: GitHub
- URL: https://github.com/malcolmstill/gol
- Owner: malcolmstill
- License: lgpl-3.0
- Created: 2015-09-10T19:57:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T20:00:21.000Z (almost 11 years ago)
- Last Synced: 2025-07-14T01:57:04.736Z (11 months ago)
- Language: Racket
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```