Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)