https://github.com/davidraab/fsgameoflife
F# Game Of Life
https://github.com/davidraab/fsgameoflife
Last synced: 9 months ago
JSON representation
F# Game Of Life
- Host: GitHub
- URL: https://github.com/davidraab/fsgameoflife
- Owner: DavidRaab
- Created: 2022-08-12T13:48:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T13:53:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T21:12:33.098Z (over 1 year ago)
- Language: F#
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F# Game of Life Solution
Project is split up into multiple Folder
## libGol
This is the main library doing the Game Of Life calculations
## App: console
A console example that uses libGol to show the Game Of Live Transformations
in plain ASCII
## App: canvas
Also uses libGol but for the view it uses Spectre.Console to create a colorful
Pixel Art on the console.
## examples
Some input examples to use for the **console** or **canvas** app