This is our first game that we will publish on Facebook during November of this year. It is a match 3 tip of game but with a little twist that we will tell in upcoming days.
Game has numbers instead of gems or other thing that people usually use in this game. We want back to drawing board and create another set so that they look good and that people can easily match them.
First run was total failure
so we tried again
again better but not yet there so we tried a couple more
and again
In the end we figured out we could have themed levels with different kind of numbers in it.
This time we should just numbers in a couple of days we will show more visual parts of a game.
I will update this post as we update our blog post on our site.
Game is about 80% finished. With logic almost done and levels bing created the plan is that every 7 days when we release the game we push update with new levels and new numbers.
As I promised here is a new update with our new blog post.
So last time I posted about numbers and I know that with that you could not see what we were aiming to achieve. So today I will show you some background with numbers placed on them.
Here you can see how our firs stage of about 30 levels will look like. With mathematic office in the background and the first set of numbers. You can also see our top GUI that is not yet completed a lot of buttons are missing
Second stage we are moving into chemistry lab. That is where those weird chemistry numbers come in play. Again on top is not so finished GUI.
If you are interested in reading some more about this background, and how we created them swing by our blog on this subject http://3heroesstudio.com/blog/118
We’ve been kinda busy past weeks mostly due to Casual Connect (we had a metric ton of meetings xD). Despite that we did do some work (other than talk to other developers/publishers), but had no time to share … anyway here is the current state of the game:
Finished the basic logic and falling/swapping animations and added graphical assets, so there is finally something nice to show, yay :3
Working on some nice particle effects for animating destruction and creation of numbers, and a shader to animate dem bubbles. Hopefully now we will have more time to share stuff (fingers crossed)
We added some basic gui to the game, floating text (for score), basic animations for numbers and reshuffling of the board if there are no more moves left.
Now for the bug part
So reshuffling should just move all the numbers around the board when there are no more movies. So we placed a simple placeholder animation to move the numbers to their location, and tested it out. And instead of all numbers going to their place at the same time we got this:
And here is the code that contains the bug. + explanation
bug is on line
the && operator short-circuited once done became false, and never let the Animate() method do its job. the fix was easy, but it was fun hunting this one particular bug
animations:
-new reshuffle animations
-hint animations to help the player find possible moves
-animation on number creation to emphasize the new created number
particles:
-basic dust particle effect (still waiting for a nice dust cloud image to replace the white square)
gui:
-fading score points
-new score bar (still not completely done)
mission objects:
-equation mission objects. Equations “blow up” when solved
Svaka cast, mislim da ce vam ovo biti uspjesno, puno srece u svakom slucaju
Congratulations, i think this will be successful, anyway i wish you good luck
Also way too long without any update here D: … lets fix that
We made bunch of new stuff, so here is some of it:
-a map selection screen system. players will be able to play more than one new level and will have the choice to play another level if they get stuck on some other one