This file contains hidden or 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 hidden or 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 Frog Game | |
| author sfiera | |
| homepage www.sfiera.net | |
| again_interval 0.1 | |
| color_palette atari | |
| ======== | |
| OBJECTS | |
| ======== |
This file contains hidden or 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 Slidey | |
| author sfiera | |
| homepage www.puzzlescript.net | |
| verbose_logging | |
| ======= | |
| OBJECTS | |
| ======= | |
| Background |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| import struct | |
| import sys | |
| ROAD = "·╹╺┗╻┃┏┣╸┛━┻┓┫┳╋" | |
| BRIDGE = "v╨╞╚╥║╔╠╡╝═╩╗╣╦╬" | |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
NewerOlder