# Crystalis-objc **Repository Path**: mirrors_svenanders/Crystalis-objc ## Basic Information - **Project Name**: Crystalis-objc - **Description**: A match game made for iPhone & iPad in 2011/2012 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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%.