Author Topic: CashDrop puzzle game made on a rainy day  (Read 3655 times)

0 Members and 1 Guest are viewing this topic.

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
CashDrop puzzle game made on a rainy day
« on: May 12, 2021, 09:54:47 pm »
Stuck inside today.  Decided to code a little again.

Here's a simple puzzle game.  Click on groups of colors to remove them and drop the coins down.   Goal is to drop 10 coins to the bottom before the moves run out (100 move limit).

- Dav 

Edit:  New version with updated colors (read thread...)

   (153k)

 
cashdrop.jpg

« Last Edit: May 13, 2021, 12:06:05 pm by Dav »

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: CashDrop puzzle game made on a rainy day
« Reply #1 on: May 13, 2021, 04:54:28 am »
Nice! It was not easy as I had assumed... lol

SCRST_1.png
* SCRST_1.png (Filesize: 321.77 KB, Dimensions: 851x678, Views: 264)
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: CashDrop puzzle game made on a rainy day
« Reply #2 on: May 13, 2021, 09:31:37 am »
Yea! another puzzle by Dav!

I haven't tried yet but looks like it might be variation of Click-O-Mania (I forgot your name for puzzle) you click a color and all pieces disappear and pieces above fall and shift left (or right) if bottom row had same color too. You had to be careful isolating clumps on bottom row... anyway I have something for a rainy day, thanks!

Update:
OK a quick test, yes it's a variation on Click-O-Mania (an older game you did) with a Cha-Ching! ;-))

Also I am having trouble distinguishing high green and yellow bottom right two
image_2021-05-13_094100.png
* image_2021-05-13_094100.png (Filesize: 14.85 KB, Dimensions: 172x100, Views: 211)
« Last Edit: May 13, 2021, 09:44:42 am by bplus »

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Re: CashDrop puzzle game made on a rainy day
« Reply #3 on: May 13, 2021, 09:54:44 am »
You are 100% correct, bplus - I was playing around with that older game code and felt it needed something else.

Hmm, I will redo the colors to make them them stand out better.  I'll post an update.

Thanks for trying it out!

UPDATE:  How about this?  I made the yellow image more yellowy.  Replace the old 1.png with this one.  Hope it's not worse -- on my laptop the colors stand out ok..

UPDATE 2: I just remembered you corrected some colors for a puzzle I did a while back that had this same problem,  I'll dig it up and copy those ...

- Dav

 
1.png




« Last Edit: May 13, 2021, 10:24:23 am by Dav »

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: CashDrop puzzle game made on a rainy day
« Reply #4 on: May 13, 2021, 11:44:35 am »
@Dav

For real Green I always liked _RGB32(0, 128, 0) ' darker like grass green and gets away from yellow, that new yellow of yours would help a little.
image_2021-05-13_114417.png
* image_2021-05-13_114417.png (Filesize: 10.6 KB, Dimensions: 802x630, Views: 182)

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Re: CashDrop puzzle game made on a rainy day
« Reply #5 on: May 13, 2021, 12:04:54 pm »
Good idea.  Here's the green redone.  I've repackaged the .zip with the colors corrected.  Thanks for your input!

- Dav

 
3.png

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: CashDrop puzzle game made on a rainy day
« Reply #6 on: May 13, 2021, 01:05:11 pm »
Thankyou @Dav 

Man my computer gets really funky when Windows has an Update loaded up. I can't do anything on forums because the delay is s o  l  o   n    g... so I shut down browser and started update. I went and painted back garage door while waiting, came back and still freak'in updating.

Rainy days and Windows Updates have your Todo lists ready for when they come, also you will have to wait twice as long at docs office if you didn't bring anything todo. This game would be perfect for then!


Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: CashDrop puzzle game made on a rainy day
« Reply #7 on: May 13, 2021, 01:12:53 pm »
You guys are moving closer to a Steve(tm) Certified Color Scheme all the time.  LOL!

Folks have been known to complain over the vibrant differences in how I color stuff, but I got in a habit years ago of using high-contrast colors.  My daughter isn’t fully colorblind, but she’s “color-weak” with colors blending together and getting muddled up for her, so I tend to program with that in mind anymore. 
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!