add extra stages to some levels

This commit is contained in:
Crispy 2024-12-18 21:59:47 +01:00
parent 4344e69a10
commit 0d661e2d38
3 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,7 @@ logic mostly like https://git.crispypin.cc/CrispyPin/marble
- background colour setting - background colour setting
- hotkeys for everything - hotkeys for everything
- more levels - more levels
- scroll output bytes
- make direct power (comparator -> machine) work, (needs storing power direction in machine tiles) - make direct power (comparator -> machine) work, (needs storing power direction in machine tiles)
- cut selections, copy to system clipboard - cut selections, copy to system clipboard
- timestamps in solutions and blueprints - timestamps in solutions and blueprints

View file

@ -6,5 +6,11 @@
"stages": [{ "stages": [{
"input": "Hello, world!", "input": "Hello, world!",
"output": "Hello, world!" "output": "Hello, world!"
},{
"input": "Meow!",
"output": "Meow!"
},{
"input": "there really isn't much point to more than 2 stages, but here we are",
"output": "there really isn't much point to more than 2 stages, but here we are"
}] }]
} }

View file

@ -6,5 +6,8 @@
"stages": [{ "stages": [{
"input": "9834726\u0000Hello, worlg!", "input": "9834726\u0000Hello, worlg!",
"output": "Hello, worlg!" "output": "Hello, worlg!"
},{
"input": "aonmbgoirf\u0000this is just to make sure you don't hardcode the output for a better score",
"output": "this is just to make sure you don't hardcode the output for a better score"
}] }]
} }