Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakubschwenkbeck/gameoflife

Small coding project simulating the Game of Life by John Conway in Haskell
https://github.com/jakubschwenkbeck/gameoflife

Last synced: 7 days ago
JSON representation

Small coding project simulating the Game of Life by John Conway in Haskell

Awesome Lists containing this project

README

        

# GameOfLife
This is a small implementation of the famous 'Game of Life' by John Conway using the Haskell language.

Feel free to use this code and experiment with rulesets and starting conditions as you wish:)

Using pure function programming, this code creates a GoL simulation in the command line:

![GameOfLifeSim](https://github.com/user-attachments/assets/70747adb-2923-472a-8ad7-ee92170d374d)