# 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)