Skip to content

mulot/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

John Conway's Game of Life for macOS written in Swift & SwiftUI.

Game Of Life MacOS Fullscreen

  • Start with a random grid
  • Choose the grid dimenssion
  • Adapt the grid dimension to the window size
  • Play / Pause the game
  • Forward step by step
  • Reset the grid to a new random grid
  • Change the generation speed
  • Count the generation
  • Change a cell value by clicking on it (buggy)
  • Change the cells color by cliking on the generation number
  • Export the grid state to a RLE file format (https://www.conwaylife.com/wiki/Run_Length_Encoded)
  • Import a grid from a RLE file format

Releases

No releases published

Packages

No packages published

Languages