Browse Search Popular Register Upload Rules User list Login:
Search:
Xray's Science Memory Blocks game

Image:
screenshot of the scene

Author: s_noonan

Group: Default

Filesize: 2.67 MB

Date added: 2023-11-18

Rating: 5

Downloads: 555

Views: 269

Comments: 10

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Xray's Science Memory Blocks game with shuffle.

Rev A: Added score and hint.
Rev B: Added game elapsed time.
Last edited at 2023/11/22 18:35:55 by s_noonan
Please log in to rate this scene
edit
Similar scenes
Title: Science Memory Blocks game
Rating: 5.625
Filesize: 2.67 MB
Downloads: 2182
Comments: 7
Ratings: 2
Date added: 2023/11/17 22:45:00
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Po -go game demo
Rating: 5.8
Filesize: 30.82 kB
Downloads: 436
Comments: 12
Ratings: 5
Date added: 2008/12/21 01:59:06
Made with: Phun
Rating: rated 5.8
download
Title: Minecraft Blocks V 1.1
Rating: 5
Filesize: 95.17 kB
Downloads: 1938
Comments: 6
Ratings: 1
Date added: 2021/07/08 23:19:46
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: A Tribute to Ultra.
Rating: 5.1111
Filesize: 0.77 MB
Downloads: 2471
Comments: 34
Ratings: 3
Date added: 2015/11/01 22:23:31
Made with: Algodoo v2.1.0
Rating: rated 5.1
download
Title: Sliding Block Puzzle
Rating: 6
Filesize: 445 kB
Downloads: 3935
Comments: 6
Ratings: 3
Date added: 2023/09/23 17:18:57
Made with: Algodoo v2.1.0
Rating: rated 6
download
Title: Mining game v2
Rating: 5
Filesize: 88.84 kB
Downloads: 1492
Comments: 0
Ratings: 1
Date added: 2015/09/12 16:07:34
Made with: Algodoo v2.1.0
Rating: rated 5
download
This scene is a response to:
Title Author Rating Downloads Comments Date added
Science Memory Blocks game Xray 5.6 (2 votes) 2182 7 2023/11/17 22:45:00
show grid
Great idea! (I should have thought of that). :tup:
I see you fixed the extra planets and missing planets glitch. :tup:
I noticed a couple of issues:

1. The score is not consistent. For example, the score updates when the first square of a pair is selected (is it supposed to do that?). Also, when the score is showing 0, it will deduct 6 points the first time a wrong pair is selected, then 5 points, then 4 points.... etc. I think it stops decrementing when the score goes down to 2. It's also inconsistent when a winning pair is selected.

2. When the HINT button is clicked more than once, the game freezes with all squares exposed and it will not recover until the Shuffle button is clicked.
Thanks.
1. I will look into this deeper. FYI, score := math.toInt(100.0 * sumOK / (16.0 + scene.my.clickCount - sumOK)), where sumOK is the sum of images (not wood) showing.
2. Fixed.
Understood. :tup:
More debug info.... I kept track of the score for wins and loses as follows:

Score begins at 0

First winning pair: +12 == 12
next winning pair: +13 == 25
next winning pair: +12 == 37
next winning pair: +13 == 50
next winning pair: +12 == 62
next winning pair: +13 == 75
First losing pair: -9 == 66
next losing pair: -6 == 60
next losing pair: -6 == 54
next losing pair: -4 == 50

So, you can see that adding and subtracting values for wins and losses is quite inconsistent.

Hope this helps.
The debug info is what I expect since it follows the function I listed above. The score increases when you get a pair right, decreases when you get a pair wrong, and finally shows the percentage of right guesses divided by the total number of clicks. I'm willing to change the function if you can think of a function that makes more sense. You also have the option of changing the function yourself and re-posting the scene. You could also add a time box so people could brag about the fastest solution.
Yes, I was planning on making some of my own enhancements too, but my time is limited until after the holiday. My wife doesn't see the importance of Algodoo like I do! :lol:
best i got was 35 on hard
That puts you on the top and bottom of the winner list.