Great to hear man, well deserved!
Thank you baturinsky, but I donāt agree with you. maybe with game mechanics yes, but not with the game design.
One huge drawback is that I didnāt solve the problem of first 15 seconds and first 3 minutes in the game. so even if people make FULL 9 dots tile in the game they didnāt see the goal (why they need to continue doing that). and itās a gamedesign issue. this is what Iām working on right now, and hope in week or 2 Iāll solve this issue.
Sims like this issue is the same complexity as to invent a new mechanics. so if someone has any ideas how to improve player experience in first minute Iāll be happy to hear that.
My thoughts are at least
- separate items which match with each others by shapes or colors
- recreate interface with huge level progress bar and create several tutorials levels where player need to learn how to make double tiles, and which tiles doesnāt match.
- Add leader board (maybe not on this, but for next version for sure)
I spent more than one week on following design. Tried to make it nice.
What you guys think if new version will looks like this
Iāll be happy to hear any comments.
thx.
I personally prefer the āflatā design of the original game. This new design mixes beveled round and square boxes and Iām not sure I like it. The small shadows on the pips are nice though.
agree. that beveled was mistake. actually just seated with my wife and we changed some stuff.
I hope itās much close to flat design
If the dark crescent under each dot is a shadow, and the board is seen from above, then the dots are not in the center of the square. This bothers me.
Better. Fewer colors and the boxes on the left have the same width!
Something that bugs me a bit though is that the board background feels like it has one perspective where Iām looking at it from directly above and I can see all four of the beveled edges, while the OPTIONS and UNDO button has another perspective where I look at those from above but āfrom an angleā so to speak.
And as @jakob.pogulis said, the shadows under the dots and the board as seen from above doesnāt feel quite right.
@jakob.pogulis yeah. this happens because previous screenshot was with cleared field. below one contains uncleared board. So dotās has the same shadow offset and the same color as uncleared field. Some visual hack to make it works for cleared and uncleared field without any transitions from state to state.
I also removed 3d from the board.
Today i finished several new animations on the board. and then tried to record video using OBS which gave me wrong colors. and then i remembered about internal start_record and stop_record functions. and here you are, just 1 minute of coding, 1 for recording and one for uploading it to the youtube.
Hope you like it.
As usual if you know how to enhance these animations (i use just twins) let me know. With all of your advice and comments iām doing this game much better.
Thanks.
in this quick update, I just want to let everyone know that i didnāt give up this project. And moreover one cool artist joined me so right now i donāt need to think to much about graphic style. And this is really cool
here is one of the latest sketches.
Wow! I really liked the old minimalistic style but I think this new style might work really well too. The new style gives better visual clues as to which blocks to combine.
Same! I am normally fond of minimalistic functional design, but this new jewellery princesses and dragons style just makes so much sense somehow.
and here is probably main character of the game from another secret mockup
hope this animation will fit final sprites
we are also planing to make almost 20 unique levels in a new game
upd1: just received first sprite pack. and sims animation is ok
https://forum.defold.com:/uploads/default/original/2X/2/221e10e10c49c402da4bcdb6a932a6a090eb71ed.mov
Super shiny! Maybe color code the tile backgrounds too while game pieces are on them so itās that much clearer what pieces can be matched?
You right.
We are still working on this. Actually the whole board background element is missed there. Iāll show board update when it will ready. All dices must be well recognizable on the board.
Also. i fixed material setup so it wonāt be blurry.
guys. do you have a good references in games how i can enhance tutorial steps.
Iām doing right now as on the video below, but just not sure is it ok or not. Can i just change some sprites and timing or maybe there is a better choice.
Maybe donāt show formula but play merge animation on gui layer as well ?
I think you should have a look at how Blossom Blast does their tutorials, personally I think theyāre really good. Maybe @FredrikMalmer have something to add on the topic of tutorials?
Iāve seen blossom saga tutorial and it sims very similar what i do. actually candy crash and another king games is my references number 1, because i understand that their tutorial pass many AB tests which i canāt perform. and easiest just to trust some existing solutions.
By the way. Today I finished one gui script which handle tutorial steps and here is a first 3 steps from the first level. I think a bit later iāll write short video with architecture overview of this ātutorialā solution because it was not so hard, and iām pretty satisfied with this result
actually i added info about how I made this info in another thread you can find it here Is this possible to make gui_script parameter?