Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/crystalis-objc
A match game made for iPhone & iPad in 2011/2012
https://github.com/robbestad/crystalis-objc
Last synced: about 1 month ago
JSON representation
A match game made for iPhone & iPad in 2011/2012
- Host: GitHub
- URL: https://github.com/robbestad/crystalis-objc
- Owner: robbestad
- License: isc
- Created: 2014-10-25T15:13:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T19:25:21.000Z (about 10 years ago)
- Last Synced: 2024-04-13T17:10:57.329Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 7.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crystalis
===========A game I made for iPhone and iPad in 2011/2012
This was my first Cocos2D project, and it probably shows.
I'm sharing this in case anyone wants to check out
a iOS5/6-era project.## License
tL;dr Code: ISC Graphics: Private use only
### License clarification
The code is ISC licensed (see LICENSE). The graphics are not, so if you
want to build a new version, please replace all graphic
assets with your own.### Old man memoirs
The first version of this game didn't have ARC (it didn't
exist). When Apple launched the option of enabling ARC I was
overcome with joy. That alone made cut down the amount
of time spent debugging by at least 80%.