Last active
December 18, 2015 11:39
-
-
Save MostAwesomeDude/5777237 to your computer and use it in GitHub Desktop.
Hmmm.....
This file contains hidden or 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
| blocks = { | |
| |&*, | |
| } | |
| colors = {red, green, blue, yellow, white} | |
| discrete | |
| stick immediately | |
| collapse |
This file contains hidden or 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
| blocks = { | |
| |$$$$, | |
| |** | |
| |**, | |
| |## | |
| | ##, | |
| | && | |
| |&&, | |
| |=== | |
| |=, | |
| |~~~ | |
| | ~, | |
| |%%% | |
| | %, | |
| } | |
| continuous | |
| stick after 1t | |
| float | |
| on stick { | |
| clear horizontal full | |
| } | |
| arena = 10x20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.