Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidraab/fsgameoflife
F# Game Of Life
https://github.com/davidraab/fsgameoflife
Last synced: 1 day ago
JSON representation
F# Game Of Life
- Host: GitHub
- URL: https://github.com/davidraab/fsgameoflife
- Owner: DavidRaab
- Created: 2022-08-12T13:48:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T13:53:07.000Z (over 2 years ago)
- Last Synced: 2024-11-10T10:39:00.205Z (about 2 months ago)
- Language: F#
- Size: 16.6 KB
- Stars: 0
- 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