This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Movement Routines | |
author sfiera | |
homepage www.puzzlescript.net | |
noaction | |
realtime_interval 0.3 | |
======== | |
OBJECTS | |
======== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Virtual Player | |
author sfiera | |
homepage www.puzzlescript.net | |
======== | |
OBJECTS | |
======== | |
Background | |
white |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Wide Player | |
author sfiera | |
homepage www.puzzlescript.net | |
======== | |
OBJECTS | |
======== | |
Background | |
lightgreen green |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Heroes of Sokoban and Other Tales: The Sorceress | |
author Chris Pickel | |
homepage https://www.puzzlescript.net/play.html?p=7072276 | |
text_color yellow | |
key_repeat_interval 0.25 | |
again_interval 0.05 | |
run_rules_on_level_start | |
======== | |
OBJECTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Simple Ice Pushing Game | |
author sfiera | |
homepage www.puzzlescript.net | |
again_interval 0.05 | |
======== | |
OBJECTS | |
======== | |
Background |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Written for the Thinky Puzzle Game Jam (June 2021) | |
https://itch.io/jam/thinky-puzzle-game-jam | |
This work is licensed under CC-BY-SA 4.0: | |
https://creativecommons.org/licenses/by-sa/4.0/) | |
title A Room for Elephant | |
author sfiera | |
homepage sfiera.net | |
key_repeat_interval 0.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Bug report? | |
When moving into the green square, the restart is triggered. | |
When moving into the red square, it doesn’t restart. | |
That’s because the red square is on the same layer as the player. | |
The move into the red square doesn’t succeed, so the whole turn is cancelled. | |
But the move into the green square succeeds, so the game restarts.) | |
title No Restart | |
author Chris Pickel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Tour de Four | |
author Chris Pickel | |
homepage sfiera.net | |
again_interval 0.08 | |
background_color #222 | |
======== | |
OBJECTS | |
======== |
NewerOlder