https://github.com/YusukeHosonuma/SwiftUI-LifeGame
The Conway's Game of Life that build with SwiftUI.
https://github.com/YusukeHosonuma/SwiftUI-LifeGame
conway-game ios macos swift swiftui
Last synced: 8 days ago
JSON representation
The Conway's Game of Life that build with SwiftUI.
- Host: GitHub
- URL: https://github.com/YusukeHosonuma/SwiftUI-LifeGame
- Owner: YusukeHosonuma
- Created: 2020-07-16T15:21:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T04:29:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T10:12:43.420Z (about 1 month ago)
- Topics: conway-game, ios, macos, swift, swiftui
- Language: Swift
- Homepage: https://apps.apple.com/app/id1620557880
- Size: 2.75 MB
- Stars: 67
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - LifeGame
README
# SwiftUI-LifeGame
The Conway's Game of Life that build with SwiftUI.
|iOS|iPad|macOS|
|--|--|--|
||
|
|
## Requirements
- iOS 14+
- macOS 11+
- Xcode 13.3.1 (for development)## Related Repository
- LifeGame core library
- [LifeGame](https://github.com/YusukeHosonuma/LifeGame)
- Scraper for [LifeWiki](https://conwaylife.com/wiki/)
- [LifeWikiScraper](https://github.com/YusukeHosonuma/LifeWikiScraper)
- Run-length encoding (RLE) library (used by [LifeWikiScraper](https://github.com/YusukeHosonuma/LifeWikiScraper))
- [SwiftRLE](https://github.com/YusukeHosonuma/SwiftRLE)## Author
Yusuke Hosonuma / [@tobi462](https://twitter.com/tobi462)