Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eratio08/concaml
Simple Conway's Game of Life in OCaml
https://github.com/eratio08/concaml
conways-game-of-life ocaml
Last synced: about 14 hours ago
JSON representation
Simple Conway's Game of Life in OCaml
- Host: GitHub
- URL: https://github.com/eratio08/concaml
- Owner: eratio08
- Created: 2023-09-03T14:16:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T18:16:29.000Z (over 1 year ago)
- Last Synced: 2024-11-20T22:58:50.608Z (2 months ago)
- Topics: conways-game-of-life, ocaml
- Language: OCaml
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cOnCamel
Simple Conway's Game of Life implementation in OCaml.
Run with
```shell
dune exec ./concamel.exe
```