Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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