šŸŽ® WDC #12 Let's Play Whac-a-Moleā„¢ļø

Really nice implementation (and theme) @catsarisky - I like how the characters moved around on the screen, it makes the game that bit more challenging. @christina_wong will be delighted to see this I think! :smiley:


:tada: Brilliant, thanks @codeswept! I thought this might be a bit easier but the way the board gets reshuffled after every turn kept me clicking until the end.

I know you mention youā€™re planning a few updates, but one thing I noticed was that I ran out of numbers towards the end of the game.

1 Like

Oh no! Iā€™d just put until numbers until hundred for testing. Will change that immediately. Thanks for the note!

Everybody who tested the app were not expecting it to be that confusing. Neither did I, as a matter of fact.

2 Likes

I love the title screen. Super cute.

On my very small iPhone SE, it crashes a moment after I click the first tortilla. So Iā€™ll have to try on a bigger screen instead, I think.

Updated: In Chrome, it crashes with an out of memory error. Did you accidentally add an endless loop when you fixed Domā€™s missing numbers?

1 Like

Thanks!

Oops, spot on :grimacing: Will try and fix it. Iā€™m trying to see how I can get the game to carry on without either using the infinity math block OR getting undefined after some time.

1 Like

Fixed it! Is it working now?

Now you can play forever, as long as you havenā€™t fed all the moles.

Yes! 12 seconds, but on 2+2. That reshuffle is evil.

1 Like

Thatā€™s actually half of my lowest score on 2+2ā€¦ Took me 24 seconds.

Hahahaā€¦ thatā€™s my specialty.

1 Like

When I slide the lower slider bar, for example, to try 3+3, it looks like the number of moles increases dramatically. Might have another bug to squash there.

I think I overshot and slid the slider backwards when the behavior happened? Maybe? The slider seems very sensitive - maybe the range is too big?

1 Like

Uh ohā€¦ let me check that out.

No, you didnā€™t. I donā€™t like it either, but I increase the sliderā€™s max value to multiples of the step by you selected. Iā€™m going to change that- itā€™s confusing and annoying for the user. Thanks for reporting!

Fixed. Itā€™s working at my side, is it working for you?

P.S: Thanks for all the bug alerts @catsarisky! Theyā€™re really helpful, and Iā€™d have probably not noticed if you @domhnallohanlon hadnā€™t pointed them out.

1 Like

Yes, working now! 3 + 4 in 23 seconds.

1 Like

Oh wow! Youā€™re really quick at thatā€¦ 3+4 would probably take me 2-3 minutes.

11 seconds for 2+2.

When I switch it to Step of 3, Start at 2, the lowest # tortilla is 6. Shouldnā€™t it be 5?

1 Like

Let me try it at my end, and tell you the results.

Iced Tea Toss

Inspiration: This is an homage to a game I used to enjoy as a kid, Tapper.

How to play: The idea is that customers are lining up at a bar to be served iced tea. Youā€™re the bartender and you have to move up and down (arrow buttons) and serve iced tea (tea button) to each customer before they get to the end of the bar. But be careful! If you toss an iced tea and thereā€™s no customer to catch it, the glass is going to break and youā€™ll be fired.

Developer Experience: I had a lot of fun making this and a fair amount of frustration. I understand the canvas components so much better now but small math glitches are causing major problems in my game. The grid that the movement is based on is divided into 100 pixels but the math bugs alter that so that things go a bit haywire. You can even pitch a curve ball for some strange reasonā€¦

Regardless, I hope you enjoy it! I spent so much time trying to fix the math/movement that I didnā€™t get as far in the development as I wanted to. So thereā€™s no game over screen or restart button. But enough excuses!

PLAYABLE DEMO ā†’ Web App: bit.ly/icedteatoss2

I recommend playing it on a mobile device.

6 Likes

@codeswept Love the word play theme, the graphics, the math aspectā€¦ very well done!

1 Like

Thanks! Am trying the fix the 2+3= 6 issue.

I tried to do this using a futuristic retro style


Although I will give up (Iā€™m using a browser + cable + mouse at home), I went ahead with some of them in the cyber cafĆ© I created some sprintes with blender and the initial logic (in cyber they close early because of the pandemic, so the way is to use the cell phone + otg).
in the browser it was a little better than in the app, app very slow and full of bugs

It is the first time that I use the canvas and I had difficulties with some logic because the visualization of the web and the application behaved differently in the y, x axes. I spent many hours switching between the tabs of the android kkkk trying to find out. After adding more timers, it was very slow and acting differently from the initial one, (it may be because the sprintes are high resolution or additional timers, I donā€™t know, but this is very slow and full of kkk bugs).
But the WDC design I wanted to try was a futuristic retro style, thanks.

9 Likes

Wow! Really interesting game, and love the UI. Took me a while to figure out how the game worked, but after I did, I had a blast playing it. Just a question, though: When I was at the topmost bar, The iced tea got tossed down to the third-from top bar. Was that intentional?

Absolutely love the game, though! I played it seventeen times already!

Just a suggestion: Would it be possible for you to add a play again/reset option once we lose the game? Every time I lost, Iā€™d have to cross out the tab, go back to Community, and click on the link again. It was kinda annoying. Otherwise, Iā€™ve said it before, and Iā€™ll say it again, itā€™s a marvel of an app. I played it on my tab, and the experience was great!

1 Like

Well thank you, I appreciate it! I was a little embarrassed to share it because it doesnā€™t work very well.

The ā€œcurve ballā€ you described is a bug related to a spriteā€™s y positioning. I mentioned it on the forums a day or two ago but just reported it on GitHub here: Sprite's y position is altered Ā· Issue #880 Ā· thunkable/thunkable-issues Ā· GitHub.

I think Iā€™ll keep working on the game but honestly itā€™s a little distracting to have sprites end up in random positions. I have iced tea pitchers that are supposed to go on the right edge so it looks like the bartender/player is reaching for them and then tossing the glasses of iced tea. But when I add them to the canvas, they up in random positions. Same goes for the score which was supposed to be at the top. And the y=0 bug from the link above causes so many problems: the bar area doesnā€™t line up, the iced tea glasses get thrown below the bar, the customers donā€™t appear in the right place, on and onā€¦

Anyway, Iā€™m glad you like it and Iā€™ll post an update when I have one!

1 Like