Skip to content

Instantly share code, notes, and snippets.

View philschatz's full-sized avatar

Philip Schatz philschatz

View GitHub Profile
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Fish Friend
run_rules_on_level_start
(verbose_logging)
again_interval 0.05
norepeat_action
========
OBJECTS
========
title Easy Enigma
run_rules_on_level_start
realtime_interval 0.2
norepeat_action
background_color black
flickscreen 42x19
title Dangerous Dungeon
run_rules_on_level_start
again_interval 0.05
========
OBJECTS
========
Background
#222 #BBBBBB #CCCCCC
title Coin Counter
verbose_logging
run_rules_on_level_start
========
OBJECTS
========
Background
lightblue
title Botsket Ball
again_interval 0.05
========
OBJECTS
========
background
lightgrey
title Airport Aggression
zoomscreen 31x18
run_rules_on_level_start
key_repeat_interval 0.1
again_interval 0.1
========
OBJECTS
========
@philschatz
philschatz / Hack the Net
Created May 11, 2018 05:08 — forked from Draknek/Hack the Net
Hack the Net
Play this game by pasting the script in http://www.puzzlescript.net/editor.html