• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    Objective-C
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple 2048 Game implemented by Objective-C

MC2048

MC2048

A simple 2048 Game implemented by Objective-C。

Showcase

Screen Shot

GIF Showcase

Requirement

  • iOS 8.0+
  • Xcode 7.2+
  • Objective-C

Tutorial

This application using MVC, the structure is as follows:

    .
    ├── MC2048
    │   ├── Classes:Base Class 
    │   │   ├── Mode:All the base class and animation class 
    │   │   ├── View:All the base view like block, score, peakScore, etc...
    │   │   └── Controller:The base controller
    │   ├── Home:The class of the home interface
    │   │   ├── Model:The custom transition class
    │   │   ├── Controller:All the mode interface
    │   ├── Etc:....
    │   │   ├── ....
    │   │   ├── ....
    │   │   └── ....
    │   └── Extension:Extension/ Catagory of system class

Author

Minecode, [email protected]