95% Share This Post
Download 10 In 1 Mega Bundle (Unity source code) - fast pace hyper casual video games Mobile Free
Avatar Shared with ❤️ by FoxyFiles

Download 10 In 1 Mega Bundle (Unity source code) - fast pace hyper casual video games Mobile Free. All these games are compatible for android, iOS, WebGL, PC, linux, macos and many other platforms. This bundle contains 10 Unity games: Boom Ballz Brick Breaker Color Blocks Color Cube Flippy Pl...


Menu

  • Category Mobile
  • Product Price $80 USD
Download 10 In 1 Mega Bundle (Unity source code) - fast pace hyper casual video games Mobile Free
All these games are compatible for android, iOS, WebGL, PC, linux, macos and many other platforms.This bundle contains 10 Unity games:Boom BallzBrick BreakerColor BlocksColor CubeFlippy PlatformsMission To MarsNeon Space FighterRolling MazeShift The ShapeTyping TestAll these games are ready for release on play store, app store or any other store. You can reskin them and put ads in no time.Projects descriptions:1. Boom Ballz:You can test it here: https://e-ugovor.rs/boom_ballz/Or you can download APK and test it on your android device: https://www.dropbox.com/s/l85nqrkc8kmkve0/boom%20ballz%20unity.apk?dl=1Shoot the balls and break bricks in this endless demolition game.How to play:Touch the screen with your finger and move to aimFind best positions and angles to hit all bricksBreak as many bricks as possible before they hit the bottomCollect stars to unlock additional ballsFeatures:Endless gameplay12 achievements to unlock18 new balls to unlocksMultilanguage support (English, Italian, Serbian)2. Brick Breaker:Test it here (WebGL): https://e-ugovor.rs/infinite_brick_breaker/Test APK: https://www.dropbox.com/s/767jvek2r1xmjnk/brick_breaker_test.apk?dl=1Exercise your skills, reflexes and accuracy in brick breaker game.On each wave new bricks are appearing at the top and you need to destroy them as much as you can. For every destroyed brick you will get +1 score.As game progresses it becomes harder and harder.You can also collect stars and use that stars to unlock new balls that can be used for destroying bricks.Very easy to implement rewarded ad to get extra life.Just show an ad when player press “continue” button and call:GameObject.Find(“GameManager”).GetComponent().ContinueGame(); when on ad finish event is called.3. Color Blocks:Test it here: http://e-ugovor.rs/color_blocksOr download test apk and test it on your android device: https://www.dropbox.com/s/szpq27mfeo0w17z/Color%20Blocks.apk?dl=0Destroy as many blocks as possible by clicking on group of blocks with the same color.Game has two modes: standard mode and time mode.In both modes goal is to score as much as you can but in time mode you have 60 seconds to do so.FeaturesEasy to reskinTwo game modes – standard and time modeEasy to change number of rows and columnsEasy to change the color of the blocks4. Color Cube:Test apk: https://www.dropbox.com/s/a3uqow96zxt1yj5/colorCubeTest.apk?dl=0Tap on the cube to change its color to match the approaching cubes!Matching the color of the approaching cube will allow you to pass through the cube .You need to match colors of all 9 cubes in order to pass.Every time you pass through the block you will get +1 score.Very easy to implement rewarded ads when cube crashes, so player can continue playing after rewarded ad finishes. If you want to use unity ads just open UnityAdsExample script from folder “Scripts”, uncomment all code and put your game id in gameId variable. And that’s it!If you want to use other ad network just call GameObject.Find(“Canvas”).GetComponent().GameContinue(); when on ad finish event is called.You could also monetize game using top banner.In case you want to implement google play games or apple game center leaderboard, just call Social.ReportScore(PlayerPrefs.GetInt (“bestScore”), “YOUR LEADERBOARD ID”, (bool success) => {}); to upload best score into leaderboard. Game is endless so main goal is to try to score as much as you can and to have fun!Enjoy!5. Flippy Platforms:Test apk: https://www.dropbox.com/s/ml81c3wm9to22br/flippy%20platforms.apk?dl=0Spin the wheel to rotate all platforms on the level and guide ball to the exit. Progress through the various combinations of obstacles and try to complete all 21 platformer level.Game is ready for release. Currently have 21 level, it is very easy to edit and add new levels and change GUI elements.Very easy to implement the ads. Inside this project is a script called “GameMenus.cs “, It is used for navigation through different menus, so you can show the ads when user navigate through menus or when user complete level.6. Mission To Mars:Test APK: http://e-ugovor.rs/mission_to_mars_test.apkControl UFO and land on all landing platforms. Just like super good old lunar lander game.How to play:-Use on screen control buttons to navigate UFO-Try to use as less fuel as possible-Avoid asteroids and obstaclesFeatures: -On screen controls-15 different levels-Easy to reskin7. Neon Space Fighter:Supported by over 100,000 forum membersHomeTemplatesPacksNeon Space Fighter – shooting asteroids and spaceships. Endless scifi space journey. hyper casualscreenshot1/11loadingDescriptionPackage ContentReleasesReviewsThis project is fully functional game.Game is ready for release. Optimized for mobile devices (android and ios).If you want to test it on your device you can download apk here: https://www.dropbox.com/s/3b2lbyxymbston6/neon_space_fighter_test.apk?dl=0Project includes:– neon glow graphic sprites– player spaceship– 4 enemy spaceships with scripts. Two of them can fire bullets– asteroid that randomly moves through level– sci-fi sound effects (bullet hit, enemy explode, pew, button click, star pop)– UI bundle (turret, buttons, menu screens, hud, font)– simple 2d physicsGame is simple and endless. As it progress it becomes harder and harder (enemies becomes more powerful). Enemy force can spawn anywhere inside the battle arena. Some of them can shoot the bullets, some will try to crush into your spaceship like kamikaze. Your goal is to shoot as much enemies as you can (and score as much as you can). When you shoot down the enemy spaceship don’t forget to collect yellow stars. You can use stars to upgrade your spaceship speed, health, bullet damage, and bullet shooting speed. This is complete project pack and it is ready for release.Easy to reskin. Perfect for creating 2D space shooter games.8. Rolling Maze:Rotate the maze to move the balls out of it.Game is ready for release. Currently have 51 levels, it is very easy to edit and add new levels.You can test the game here: https://e-ugovor.rs/rolling_mazeOr you can download test apk and test it on your android device: https://www.dropbox.com/s/vd92ltfo7laify7/Rolling%20Maze.apk?dl=0Game is optimized to be played in portait mode on mobile devices.It is very easy to reskin this project. Once you reskin it you can upload it to play store and app store.9. Shift The Shape:Shift square up and down to change its form so it can fit through the obstacles.If you want to test it on your device you can download apk here:https://www.dropbox.com/s/1w0ylu8cxbyooje/shift%20the%20shape%20test.apk?dl=0Features:– Endless gameplay– Very easy to implement unity rewarded ads (just uncomment code from UnityAdsExample script and put your game id).If you want to use other ad network just call GameObject.Find(“Canvas”).GetComponent().GameContinue(); when on ad finish event is called.– Easy implement google play games or apple game center leaderboard. Just call Social.ReportScore(PlayerPrefs.GetInt (“bestScore”), “YOUR LEADERBOARD ID”, (bool success) => {}) to upload best score to leaderboard10. Typing Test:Test how fast can you type.Game consists of two modes: paragraphs and words.In “paragraphs” mode your will type paragraphs from books or quotes from famous people.In “words” mode you will type random words that are appear on the screen.In “Statistics” menu you can track your typing speed (wpm), accuracy, number of keystrokes and words that you type, and time that you spent in game.Game is optimized for landscape and portrait modeSo you can use this project to make PC, WebGl, facebook, android or iOS game.You can test this project on this link: https://e-ugovor.rs/typing_test/Or you can download apk and test it on your android device: https://www.dropbox.com/s/2cead14ribggzyl/TypingTest.apk?dl=0Game is very easy to reskin. You can change colors, background, font in couple of clicks.Inside Assets/Xml folder you will find paragraphs.xml and words.xml files in which you can put you own paragraphs and words that will appear in the game.This is how game looks like on mobile devices in landscape mode: https://www.youtube.com/watch?v=GAY1T6bxmXgThis is how it looks in portrait mode: https://www.youtube.com/watch?v=pz5PKAj1MPk Show More Show Less
Download 10 In 1 Mega Bundle (Unity source code) - fast pace hyper casual video games Mobile Free
Keyword
    fast hyper games, 1 pace casual, 10 hyper Free, fast Mobile, (Unity - games, Mega pace games, casual video Free, Download Free, Mega source code), Mega Bundle games, 1 Bundle, 10 Bundle code), source fast Mobile, Bundle hyper Free, Download (Unity Free, (Unity source Free, Mega casual Mobile, Mega source casual, Download source video, 10 - games, 10 Bundle video, - pace hyper, code) casual, Download 1 games, 10 (Unity pace, 10 1 video, Mega pace casual, source - hyper, (Unity casual games, Mega - pace, code) casual Mobile, (Unity Mobile, Bundle source fast, fast games Free, - fast pace, 1 games Free, Download - hyper, In source games, Download fast Free, source casual, Download code), In casual Free, Bundle fast pace, Bundle pace games, 10 (Unity games, 10 games Mobile, 1 source games, Download Mega Free, Download - fast, In hyper Mobile, In Bundle source, 10 Mega games, source hyper, 1 - video, Bundle games Free, Mega source hyper, Bundle video games, Download (Unity -, In - Free, 1 pace Free, (Unity - hyper, (Unity fast hyper, - casual Mobile, source Free, Download hyper games, source casual games, 1 source fast, 10 video, source pace hyper, 10 Bundle pace, 10 In 1, Bundle pace casual, source code) hyper, Mega - hyper, 1, Download Mega games, 1 - pace, In (Unity fast, Download hyper casual, Mega casual games, 1 - hyper, Bundle hyper casual, video Mobile, code) hyper casual, Mega code) games, pace hyper video, hyper video Free, 10 In code), In pace Mobile, 1 Mega Bundle, fast games, 1 (Unity code), fast video, (Unity code) -, (Unity fast pace, Bundle source -, Mega code) Free, 10 (Unity fast, Mega - Free, Download 1 -

Share this post?