Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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%.