Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T04:29:21.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:21:01.228Z (5 months ago)
- Topics: conway-game, ios, macos, swift, swiftui
- Language: Swift
- Homepage: https://apps.apple.com/app/id1620557880
- Size: 2.75 MB
- Stars: 65
- Watchers: 3
- 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)