Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.
/ io-reboot Public archive

Infinite progressive puzzle on Google Play 🎮

License

Notifications You must be signed in to change notification settings

omarchehab98/io-reboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ioreboot

This project is for educational purposes only.

Installation

Get it on Google Play

For development, open the project using the Unity 3D game engine.

About

The puzzle idea sprung off of designing an algorithm that progressively generates levels. IO Reboot has infinite levels which gets progressesively difficult. Every level that is generated has a possible solution. Shuffled at the start of the level, the pipes can be always be unshuffled such that the level is enclosed. A timer is ticks at the start of every level, when it ends the balls begin to move automatically shading the pipes behind them. The player has to rotate pipes to allow the balls to shade the pipes. A level is completed when every pipe has been shaded.

  • Seeded random level generation produces an infinite number of levels. Source File

  • Polymorphism, special tile behaviours inherit from base tile behaviour. Source Folder

  • Embeded compression by mapping tile orientation, shape, and type combinations to numbers. Source File

  • Player data is saved on the disk using Advanced Encryption Standard. Source File

Development

This puzzle game was written when I was in highschool, so it lacks proper documentation.

Legal

Google Play and the Google Play logo are trademarks of Google Inc.

Privacy Policy

About

Infinite progressive puzzle on Google Play 🎮

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages