/GameOfLife

Swift Implementation, macOS Application

Primary LanguageSwiftMIT LicenseMIT

Game Of Life

The little project is to pay tribute to the deceased mathematician, John Horton Conway and his famous zero-player game, game of life.

Screenshot: gol

Project Layout

  • Started from template SpriteKit project
  • Game control: GameSideController
  • Display logic: GameScene
  • Game logic: World
  • UI: Main.storyboard

Todos

  • Multi-window/multi-game
  • Save initial state
  • Clean menu items
  • Common known interesting patterns as selection
  • Tests
  • More

License

MIT