( Hello there! This is a special starting template for PuzzleScript Plus highlighting the most important differences from vanilla PuzzleScript. It's intended as a "Hello World" of sorts. So it's handy if you already know how vanilla PuzzleScript works before diving into this. If you immediately want to working on a game instead, consider using the "Basic" or "Blank Project" example instead. For more info, don't forget to check out the NEW EXAMPLES and the DOCS. Enjoy! ) title My PS+ Game author My Name Here homepage auroriax.github.io/PuzzleScript tween_length 0.03 smoothscreen 5x5 level_select runtime_metadata_twiddling text_controls Your PuzzleScript Plus journey starts here! \nHello world! ======== OBJECTS ======== Background LIGHTGRAY GRAY 00010 11111 01000 11111 00010 Wall copy:Background DARKGRAY BLACK Target #00000080 Player Blue Crate Orange ======= LEGEND ======= . = Background # = Wall P = Player * = Crate @ = Crate and Target O = Target ======= SOUNDS ======= ================ COLLISIONLAYERS ================ Background Player, Wall, Crate Target ====== RULES ====== [ > Player | Crate ] -> [ > Player | > Crate ] [action Player] -> background_color #222222 ============== WINCONDITIONS ============== All Target on Crate ======= LEVELS ======= section Level 1 ######### #.......# #.....@.# #.P.*.O.# #.......# #.......# ######### section Level 2 ######### #.......# #..o....# #.o...*.# #....*p## #.....### ######### section Level 3 ######### #.......# ##..o.#.# #.*.p.*.# #.#.o.#.# #.......# #########
PuzzleScript Plus
-
SAVE
-
-
-
Load Example+
Sprite Cloning
Level Select [Dario fork]
Mouse Block Dragging [PuzzleClick]
Mouse Nonogram (BoredMatt)
Sokobanana (Auroriax)
Local Radius [Jack Lance fork]
Realtime Metadata Twiddling
Goto Level
Basic
Eyeball
Match 3
Random Robots
Random Robot Spawner
Block Faker (Droqen)
By Your Side (Draknek)
Kettle (increpare)
Microban (D. Skinner)
Neko Puzzle (Lexaloffle)
Notsnake (Terry Cavanagh)
Zen Puzzle Garden (Lexaloffle)
Lime Rick (kissmaj7)
Octat (increpare)
Constellation Z (increpare)
Midas (Wanderlands)
2D Whale World (increpare)
Blank Project
-
RUN
-
REBUILD
-
LEVEL EDITOR
-
EXPORT
-
SHARE
-
DOCS
-
SOLVE
-
STOP SOLVER
VERBOSE
=================================
PuzzleScript Terminal
build 1740, 8-may-2023
Thank you for using PS+! Please see the
changelog
and
issue tracker
for more info about this release.
=================================