|
Title: InfiniBounce - A game made in a week Post by: BilbyCoder on September 17, 2014, 04:02:04 AM InfiniBounce - A Game In One Week
Taking a break from Nitere and Terrene with the goal to make something from concept to release in one week. The game? A bouncing ball juggling game for mobile phone. (http://i.imgur.com/hJhTqbh.png) (http://i.imgur.com/fMxFs9c.png) The game is simple, tap or hold your finger to the touch screen and bounce the ball. Keep it bouncing and make sure that none drop below the screen. If even one ball drops, it's game over. My ever hard working friend Ledi has once again put together nice artwork on short notice. She is even putting together a few more themes for some extra backgrounds. There are two areas that need work: The UI The evolution of the UI Plan from version 2 -> 3 -> 4 as either the programmer nixed layouts he hadn't figured out how to code for yet or new layout options were discussed. Also, thinking back I don't think I ever saw version 1. (http://i.imgur.com/bBaGX28.png) (http://imgur.com/bBaGX28) (http://i.imgur.com/v6EPxqH.png) (http://imgur.com/v6EPxqH) (http://i.imgur.com/8T8xCRQ.png) (http://imgur.com/8T8xCRQ) Then the plan met the programmer who just wanted to get something working to test the code. (http://i.imgur.com/qf431US.png) (http://imgur.com/qf431US) I will not be allowed to release the game unless its UI gets into shape (not if I want to retain the co-operation of Ledi). Mobile Store So the plan is to use this game to experiment with micro-transactions, to do that I need to learn the store system. I'm using Soomla (http://soom.la/) a free Unity compatible API which covers both Apple and Google stores. My hope is to have everything ready in two days. I'm allowing myself 3 - 4. If I succeed, this will be the fastest turn around for a game that I've made. Title: Re: InfiniBounce - A game made in a week Post by: BilbyCoder on September 18, 2014, 06:43:30 AM UI Update
The UI has been improved, and is now prototyping the actual functionality of the game. (http://i.imgur.com/SpEFVlN.png) I have also recorded a short gameplay video: http://youtu.be/ya1kUHqRfdk Title: Re: InfiniBounce - A game made in a week Post by: BilbyCoder on October 01, 2014, 03:08:59 AM So the title of this thread is "InfiniBounce - A game made in a week"
This statement is mostly true, but also turning out to be a lie. The core game itself was made in less than a week. It was made in four hours or so. The mechanic of bouncing the ball hasn't changed since I started working on it. Everything else though... that is taking up a lot more than a week. Most of the last week I've spent getting introduced to handling payments through Google Play and Soomla. This was an exercise in frustration as it just. wouldn't. work. Then it did. So now I have test payments going through the play store. Most of the difficulty came from not setting up my test environment in Google correctly. Once I had that sorted out it was wiring Soomla up to get the correct localised price. All this has pushed the process out much longer than the time I was hoping below. New Gameplay Features We are working on a new feature in the gameplay. A simple extra interaction of a bird which can be hit by the ball. It doesn't do anything other than get hit and fall off the screen, but it will add a bit of variety to the game. Ledi has been hard at work on the model, and on creating a beach scene, and the game logo. This has been hindered by a hand injury which is fortunately getting better. All my appreciation to her for soldiering on through it. :toastR: The Game Logo: (http://i.imgur.com/8XakiOU.png) The Bird WIP: (http://i.imgur.com/PpJuzUP.jpg) (http://i.imgur.com/m5Q8tMc.jpg) (http://i.imgur.com/oLBaKfl.jpg) (http://i.imgur.com/xbhkQQ1.jpg) The beach scene still has a bit of work left to do on it before it is previewed here. Title: Re: InfiniBounce - A game made in a week Post by: BilbyCoder on October 08, 2014, 04:53:20 AM A quick update today, just a couple of animated gifs.
The Bird WIP Animated: (http://i.imgur.com/xLM4PUV.gif) Clouds are now drifting across the scene: (http://i.imgur.com/mVJ4oKL.gif) Title: Re: InfiniBounce - A game made in a week Post by: BilbyCoder on October 15, 2014, 01:20:36 AM This week I've been implementing the stats for the game. The game will track:
Highest Score Total Bounces Total Collisions Longest Game Total Play Time Time finger has been held to the screen I'd have this done too... If unity hadn't crashed killing 3 hours of work. :'( Always remember Ctrl+S every few minutes. A lesson I thought I'd learned long ago. |