Skip to content

cloudx-io/blocky-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocky Interview Project

A clean block puzzle game for iOS and Android, designed for SDK integration interviews.

Project Structure

blocky-interview/
├── ios/                    # iOS version (SpriteKit)
│   ├── Blocky/
│   └── Blocky.xcodeproj/
├── android/                # Android version (coming soon)
├── LICENSE
└── README.md

iOS

The iOS version is a complete, functional game built with SpriteKit.

Features

  • Drag and drop block placement on a 10x10 grid
  • Clear rows/columns for combo scoring
  • Time challenge mode with bonus time
  • High score persistence
  • Space-themed animated background
  • MIDI background music and sound effects

Requirements

  • iOS 15.0+
  • Xcode 15.0+
  • Swift 5.0+

Getting Started

  1. Open ios/Blocky.xcodeproj in Xcode
  2. Select your target device or simulator
  3. Build and run (⌘R)

See ios/Blocky/README.md for detailed documentation.

Android

Android version coming soon.

License

MIT License - See LICENSE for details.

About

Clean Blocky puzzle game for SDK integration interviews (iOS & Android)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages