Conway's Game of Life written in Haskell using SDL2.
Copyright (C) 2023 skywalker<j.karlsson@retrocoder.se>
To build and run GameOfLife you need the Haskell compiler GHC and the build tool Stack.
Use GHCup to install them.
From command line run stack build
to build the project.
From command line run stack exec GameOfLife
.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.
If not, see http://www.gnu.org/licenses/ or write to the
Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301
USA