Author Topic: Color My Heart v1.0 - A 'Flush' type puzzle game  (Read 5346 times)

0 Members and 1 Guest are viewing this topic.

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Color My Heart v1.0 - A 'Flush' type puzzle game
« on: September 06, 2018, 05:35:29 pm »
I'm not much of a gamer, but was playing an online puzzle called 'Flush' and thought I'd make something like it for fun.  You basically use logic to color the squares to match the color of the hearts to complete the board. 15 levels in this version.  More instructions are in the source.  It's not a hard puzzle, but can be a nice diversion for some.  Screenshot below and source attached.

- Dav

 
ColorMyHeart.jpg


 
« Last Edit: September 06, 2018, 05:39:29 pm by Dav »

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #1 on: September 06, 2018, 05:50:57 pm »
Cool! Thanks, I really liked the last one. Watch out Donald Foster. :)

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #2 on: September 06, 2018, 08:00:18 pm »
The yellow and green hearts are pretty close in color for my eyes.

At first I thought this was piece of cake but 2nd puzzle got tricky fast enough!

Could benefit with _LIMIT 60 in main loop, save the fan.

I wonder if there isn't a perfect minimum number of clicks for each puzzle? score it like golf.

Offline jack

  • Seasoned Forum Regular
  • Posts: 408
    • View Profile
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #3 on: September 07, 2018, 07:34:29 am »
thanks Dav for this interesting game, however, I like the suggestion by bplus to add _LIMIT 60 in the main loop, CPU load went from 100% to 5%.
thank you bplus

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #4 on: September 07, 2018, 09:38:02 am »
Thanks! Yes, those are good suggestions.  I'll add _LIMIT in the next update for sure, along with sound effects and some more levels.

Thanks for trying out the game.

- Dav

FellippeHeitor

  • Guest
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #5 on: September 07, 2018, 09:42:28 am »
I thought I'd won, but it never went ahead. Is that not a victory?

 
2018-09-07 10_41_37-Color My Heart_ Level  1 of  15.png

FellippeHeitor

  • Guest
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #6 on: September 07, 2018, 09:45:01 am »
My bad... didn't clear the white squares. Fun game, Dav!

FellippeHeitor

  • Guest
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #7 on: September 07, 2018, 10:01:54 am »
For your next version I recommend PNG, as JPG is leaving too many artifacts behind in your images.

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Re: Color My Heart v1.0 - A 'Flush' type puzzle game
« Reply #8 on: September 08, 2018, 09:24:44 am »
Thanks. Yes, I agree about the JPG's. I'll work on the graphics too.

- Dav