Created
May 31, 2022 00:09
-
-
Save masalt0/239fd26916d1292a53e0d9618a4447f0 to your computer and use it in GitHub Desktop.
Mudborn (Puzzlescript Plus Script)
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 https://auroriax.github.io/PuzzleScript/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 Mudborn | |
author masalt | |
sprite_size 7 | |
realtime_interval .1 | |
( | |
Randomly generated game ideas. (https://randomidea.app/) | |
"Mudborn" | |
Game Mechanic: | |
Game mechanic based on a Bricks or Turtle | |
Trigger Words: | |
Consider Tires, Snail, and Brick elements | |
) | |
======== | |
OBJECTS | |
======== | |
background . | |
brown darkbrown | |
1111111 | |
1111001 | |
1000111 | |
1111111 | |
1111101 | |
1100111 | |
1111111 | |
player p | |
green darkgreen black | |
.00000. | |
0011000 | |
0000020 | |
0111000 | |
0000020 | |
0011000 | |
.00000. | |
======= | |
LEGEND | |
======= | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
background | |
player | |
====== | |
RULES | |
====== | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
.p. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment