Need your Help!!!
Logistics » Devlog
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).
Logistics
A game about logic gates
Status | Released |
Author | XavierMB289 |
Genre | Puzzle |
Tags | Game Boy, logic-gate |
Languages | English |
Accessibility | Interactive tutorial |
More posts
- Final UpdateJun 11, 2022
- So sorry!!!May 30, 2022
- Playing custom levelsApr 23, 2022
- Import/Export Levels (Crude)Apr 23, 2022
- Level Editor Gates!Apr 18, 2022
- Level Editor UpdatingApr 11, 2022
- Main Menu AdditionsNov 04, 2021
- The final level... 11?Oct 13, 2021
- Appreciation PostOct 05, 2021
- AUDIO!!!Oct 02, 2021
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?
Yes! I will be making some updates on the github to reflect the changes