Need your Help!!!


I need your help! Level design isn't my thing, and I'm asking for all you wonderful people to help me out. Right now I'm working on a level editor, but it currently isn't setup yet. If you look at xaviermb289.github.io/logicGateGame/level/<INSERT_LEVEL_NUMBER>.json you will see how each level is made. I hope that using this knowledge, you can help me make more levels

NOTES:

  • AND GATES: The first 2 directions are inputs, last one is the input.
  • BATTERIES: These can only be 1 direction (multi-direction batteries not tested)
  • BUFFERS: first direction is an input, others are outputs (2-3 is good)
  • You will have your name in the credits if I use your level in the game. Please also note that you can include levels that work within the levels I have already made (Harder AND GATE levels for example).

Comments

Log in with itch.io to leave a comment.

Not sure if you still need level designers, but I had a look and I had a question: In the JSON files for the levels I'm assuming that in ["input", [null,"e"], 4, 3, false] the 4 and 3 are coords x and y? And the 'false' is the power state?

(+1)

Yes! I will be making some updates on the github to reflect the changes