Skip to content

GigaFlopsis/CloudeLand-project

Repository files navigation

CloudLand VR game for Daydream and Cardboard

Icon 512.jpg

Game genre

VR platformer

platform

Android 5.. and leter

More screnshots

Description

Hello. My name is Dmitry. In my spare time I develop a simple and colorful game for google Cardboard. In the game you have to collect strange glowing things, run on walls and jump on trampolines :)

Implemented in the game mechanics, physics, menu. For the test I created the first two levels: on earth and in space. In the game, I tried to create a simple and dynamic control which can be achieved without a joystick.

Params for save game

To save the game function is used PlayerPrefs()

"Level_n"         : (int)name level
"Level_n_Stars"	  : (int)stars collected in the level
"Level_n_Time" 	  : (int)the time for which the level is passed
"VRMode" 	    	  : (int) 1 - enable vr mod, 0 - disable vr mod 
"MotionBlur"  	  : (int) 1 - enable motionBlur
"ContinueLevel"   : (int) the level from which you can continue the game if(level>0)
"AvalibleLevels"  : (int) the number of levels available
"AvalibleStars"   : (int) number of stars collected
"AudioMute" 	  : (int) 1 - enable mute 

Copyright

    author: Devitt Dmitry
    year: 28.12.2016

About

CloudLand VR the game for Daydream and Cardboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages