Files
Yusuke Hosonuma 742fc0eb1e Update README.md
2022-04-24 11:15:20 +09:00

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)