An implementation of Conway's game of life in Swift and SwiftUI.
h
Conway
public
1 stars
1 forks
0 issues
Commits
List of commits on branch main.Unverified
a6a20cbb7454b87f494902a843f2618e9977d33cAdd readme
hhashemi committed 4 years ago
Unverified
b2925863ce90942e1e6f8d3ab6549768dcd4a137Simply randomize for a tiny performance cost
hhashemi committed 4 years ago
Unverified
5bc0d53c212d5b2658b56c4abf9f3884883cbaacMake inc/dec neighbours more natural
hhashemi committed 4 years ago
Unverified
0a4dc7a8dc542405b2fb690ac7b012fd84e37f56Factor cell level operations into a struct
hhashemi committed 4 years ago
Unverified
dd333b7bfb6440e0d161c7e66600e0a50dae4859Add buttons to clear and randomize the grid
hhashemi committed 4 years ago
Unverified
137236e464d860fef043aa70f89dd572ab095f49Tap/click to toggle cells
hhashemi committed 4 years ago