Skip to content

nevrome/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameoflife

Screenshot

A simple implementation of Conway's Game of Life written in Futhark using the lys library for graphics and interaction.

Requires Futhark and SDL2 and SDL2-ttf libraries with associated header files.

Building and running

First run futhark pkg sync once.

Then run make run to build and run in a window.

Controls

  • Click to create a 2*2 block of living cells.
  • Change the game speed with + and -.
  • Zoom with the scroll wheel.
  • Pan with the arrow keys.
  • Pause with the space bar.

About

Conway's Game of Life in Futhark

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published