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: 556

Views: 270

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: NG Artillery Game (for Xray)
Rating: 5
Filesize: 48.61 kB
Downloads: 2988
Comments: 5
Ratings: 1
Date added: 2014/01/17 03:16:19
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: science fiction becomes science fact
Rating: 5
Filesize: 60.22 kB
Downloads: 361
Comments: 1
Ratings: 1
Date added: 2015/03/06 21:52:53
Made with: Algodoo v2.1.0
Rating: rated 5
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: 2473
Comments: 34
Ratings: 3
Date added: 2015/11/01 22:23:31
Made with: Algodoo v2.1.0
Rating: rated 5.1
download
Title: Last Ball Standing
Rating: 5
Filesize: 88.18 kB
Downloads: 691
Comments: 0
Ratings: 1
Date added: 2014/03/09 16:31:15
Made with: Algodoo v2.1.0
Rating: rated 5
download
This scene is a response to
show list
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
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.