Skip to content

Instantly share code, notes, and snippets.

@MostAwesomeDude
Last active December 18, 2015 11:39
Show Gist options
  • Select an option

  • Save MostAwesomeDude/5777237 to your computer and use it in GitHub Desktop.

Select an option

Save MostAwesomeDude/5777237 to your computer and use it in GitHub Desktop.
Hmmm.....
blocks = {
|&*,
}
colors = {red, green, blue, yellow, white}
discrete
stick immediately
collapse
blocks = {
|$$$$,
|**
|**,
|##
| ##,
| &&
|&&,
|===
|=,
|~~~
| ~,
|%%%
| %,
}
continuous
stick after 1t
float
on stick {
clear horizontal full
}
arena = 10x20
@remeranAuthor

Copy link
Copy Markdown

Doctor Mario uses 8 wide, 16 tall, and has two kinds of blocks. Virus and Pills. Pills always fall in sets of two.

Viruses float, pills fall. You will never get a virus through the rotation of falling blocks.

If four or more of the same color are touching in a row or column, and one or more of those is a pill block (all four can be pills but all four can't be viruses) then they disappear.

Pills fall in pairs. Pairs remain connected to each other until one half of them is destroyed. When that block is destroyed the other half of the pill will fall straight down until it hits another block of some sort, or the bottom of the screen.

A level is won when all of the viruses are destroyed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment