27 lines
814 B
Markdown
27 lines
814 B
Markdown
# SwiftUI-LifeGame
|
|
|
|
The Conway's Game of Life that build with SwiftUI.
|
|
|
|
|iOS|iPad|macOS|
|
|
|--|--|--|
|
|
|<img src="./Image/screenshot-ios.png" width="160px">|<img src="./Image/screenshot-ipad.png" width="200px">|<img src="./Image/screenshot-mac.png" width="400px">|
|
|
|
|
## 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)
|