Skip to content

retrocoder68/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Conway's Game of Life written in Haskell using SDL2.
Copyright (C) 2023 skywalker<j.karlsson@retrocoder.se>

Pre-requisites

To build and run GameOfLife you need the Haskell compiler GHC and the build tool Stack.
Use GHCup to install them.

How to build

From command line run stack build to build the project.

How to run

From command line run stack exec GameOfLife.

License

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

About

Conway's Game of Life written in Haskell using SDL2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages