Skip to content

Instantly share code, notes, and snippets.

@masalt0
Created May 31, 2022 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masalt0/239fd26916d1292a53e0d9618a4447f0 to your computer and use it in GitHub Desktop.
Save masalt0/239fd26916d1292a53e0d9618a4447f0 to your computer and use it in GitHub Desktop.
Mudborn (Puzzlescript Plus Script)
Play this game by pasting the script in https://auroriax.github.io/PuzzleScript/editor.html
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