Skip to content

Instantly share code, notes, and snippets.

View gamesbyangelina's full-sized avatar

Michael Cook gamesbyangelina

View GitHub Profile
(define (problem tutorialwk8prob)
(:domain tutorialwk8tube)
(:objects
mike - person
temple monument embankment westminster waterloo blackfriars cannonst londonbridge southwark - station
)
(:init
; ???
(define (domain tutorialwk8tube)
(:types station person - object)
(:predicates
(at ?p - person ?x - station)
(connected ?x ?y - station)
)
(:action travel
@gamesbyangelina
gamesbyangelina / readme.txt
Created November 12, 2024 14:46
Two Vast And Trunkless Legs Of Stone (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created November 16, 2024 11:38
Two Vast And Trunkless Legs Of Stone (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created February 12, 2025 12:43
Creative Coding: Escape From Bush House (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created February 18, 2025 14:31
Weird Bug (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created February 28, 2025 16:55
Creative Coding: Escape From Bush House (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:07
Creative Coding: Escape From Bush House (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:09
Creative Coding: Escape From Bush House [Solution] (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:09
Creative Coding: Escape From Bush House (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html