Skip to content

Implement Conway's Game of Life (description in Wikipedia). Requirements: 1. Support a large universe 2^64 x 2^64. The universe is mostly empty, except for the area with the object(s) (for example, four gliders moving away from the center in opposite directions). 2. There should be a simple UI with the possibility to configure the initial state …

Notifications You must be signed in to change notification settings

nazargulov/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

About

Implement Conway's Game of Life (description in Wikipedia). Requirements: 1. Support a large universe 2^64 x 2^64. The universe is mostly empty, except for the area with the object(s) (for example, four gliders moving away from the center in opposite directions). 2. There should be a simple UI with the possibility to configure the initial state …

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages