Browse Search Popular Register Upload Rules User list Login:
Search:
Rope Twister Game

Image:
screenshot of the scene

Author: Xray

Group: Default

Filesize: 0.86 MB

Date added: 2023-06-10

Rating: 6.1

Downloads: 2691

Views: 467

Comments: 13

Ratings: 3

Times favored: 1

Made with: Algodoo v2.1.0

Tags:

Scene tag

This is a fairly easy game for younger kids. It was inspired by the on-line game called "Crazy Rope".

Please let me know in comments if you like it or dislike it, and if you have any suggestions for a later version of the game. Thanks!


MORE: I forgot to mention in the instructions that you can manually switch to different levels with the UP and DOWN arrow keys.
Last edited at 2023/06/10 22:47:12 by Xray
Please log in to rate this scene
edit
Similar scenes
Title: Rope Rope Rope
Rating: 6.6364
Filesize: 4.75 kB
Downloads: 3648
Comments: 10
Ratings: 5
Date added: 2010/11/23 07:18:56
Made with: Algodoo before v1.8.5
Rating: rated 6.6
download
Title: Twister new update! EF scale!
Rating: 5
Filesize: 0.85 MB
Downloads: 488
Comments: 1
Ratings: 1
Date added: 2022/02/23 18:48:15
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Rope Phunlet
Rating: 6.4375
Filesize: 139.45 kB
Downloads: 803
Comments: 5
Ratings: 16
Date added: 2008/10/11 02:13:02
Made with: Phun
Rating: rated 6.4
download
Title: danger rope mini game (rules in description)
Rating: 5
Filesize: 51.26 kB
Downloads: 327
Comments: 0
Ratings: 1
Date added: 2018/06/07 23:03:05
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Rope
Rating: 6.5
Filesize: 0.72 MB
Downloads: 481
Comments: 0
Ratings: 2
Date added: 2009/01/26 21:58:09
Made with: Phun
Rating: rated 6.5
download
Title: Ragdoll Hangman Escape Game
Rating: 5
Filesize: 509.27 kB
Downloads: 1587
Comments: 0
Ratings: 1
Date added: 2009/04/13 20:35:29
Made with: Phun
Rating: rated 5
download
It's very nice, but got quite hard, very good however! Keep up the great work, Xray!;)
Thanks. It wasn't intended to be hard to play because I designed it for younger kids who are starting to learn about our physical world (ropes and pulleys, and things like that).
Well done.:tup:

It does not make sense to change code on a scene that works fine, but that didn't stop me from playing around.

In console:
scene.my.raPulleys := [];
scene.my.updateLevel := (level)=>{
n := string.length(scene.my.raPulleys);
Scene.my.xFor(0­, n-1, (i)=>{
g := scene.entityByID(scene.my.raPulleys(i));
g._currĀ­­entLevel = scene.my.level;
eval("g.pos = g._activePos" + scene.my.level)
});
};

in pulley onSpawn:
scene.my.raPulleys = scene.my.raPulleys ++ [entityID]

in pulley update:
(e)=>{}

in "SUCCESS" box onKey:
keys.isDown("up") || keys.isDown("down") ? {
scene.my.updateLevel(scene.my.level)
}:{};

in layer1 circle:
... scene.my.updateLevel(scene.my.level) ....

To make edits:

1. Extract .phz images into the Textures folder using 7-Zip.
2. Open .phz and save as .phn.
3. Do multi-line search and replace using Notepad++.
4. Open .phn and save as .phz.

It's a fair amount of work for no noticeable change. I posted it here in case anybody wants to make big search and replace changes to a .phz.
Last edited at 2023/06/12 09:32:27 by s_noonan
Thank you Steve, and thanks for the suggestion. I appreciate it.
AMAZING

me reached the end
Thanks, 42FM! :)
s_noonan -- Sometimes I do that to your code too (when I can understand it). That kind of brain exercise is supposed to help to keep us old guys from getting senile. I just hope it works.
This scene works flawlessly and is fun to play. I expected more downloads. One more good rating might get it into the "Highlighted Scenes" row that it deserves.
Thanks very much s_noonan! That means a lot coming from you.
Pretty impressive childhood game!
This makes me took a patience to solve this each puzzle until i figured out how to wrap it up and how it was done for. ( that's brainstorming!! XD )
Seeing the word "SUCCESS!" triggered my internal excitement when everytime each puzzle had solved them. Fire!!!
I genuinely appreciate your rope twister puzzle when i reached to the end (lvl 6). snap!


Truly the best puzzle scene ive played ever.
Thanks AhmadS! :)
Being not a child, it was still very fun! Nice job!
Thanks Shroomagonal!!