A Game of Life that was implemented by Haskell.
おうすうけん,fp班の文化祭の出し物で使おうと思っている(予定),ライフゲームのHaskell実装です.
This is a Game of Life that was implemented by Haskell. It will be used in OSK's Ridaisai program.
git clone https://github.com/clockvoid/GameOfLife
cd GameOfLife
stack build
stack exec GameOfLife-exe
OpenGLが必要です.
You need OpenGL.