So, the plan is for the game to feature two relay levels. One at the end of world 8, the final world of the base game, and one at the end of world 9, the postgame. Each is structured a little differently, but we'll handle both here eventually! For now though, to keep organisation relatively manageable, we're gonna just focus on the world 8 relay, and the Postgame relay organisation will be posted later so if you miss out on the world 8 one, there will still be an opportunity to contribute!
THE WORLD 8 RELAY
This relay features 13 distinct sections, each starting and ending in a door. The section can be as big or small as you like, but it must:
- Start and end with a door
- Not be unreasonably long (a few screens worth of decently challenging platforming is fine - the existing sections can be used as reference)
- Not change the music (the current music is not final, and will be updated at a later date)
- Try to keep a castle/athletic/mechanical theme
- Be beatable with all 5 characters
- Ensure any custom graphics or code does not interfere with anyone elses rooms
- When using code in your section, please refer to code structure guide below
- Please do not claim more than one section
Some sections were completed before the change of hands and the big reworking of the game and engine, and while the rest were claimed, since it's been 6 years since those claims, I think it's worth re-opening them back to the community. Feel free to claim the slots again if you still want to do them! The deadline for all claims is 30th June, after which the relay will be handed to the first claimant and each person will have 4 days to make their section once the relay is handed over to them before they will be skipped. This is just to ensure the relay doesn't get blocked by someone not finishing their claim. Any missing sections can be handled after everyone has had an opportunity to build something.
FLOOR 1:
Top-Left (Section 2): SAJewers - ALREADY DONE
Top-Right (Section 3): Pholtos - ALREADY DONE
Bottom-Left (Section 4): 7NameSam - ALREADY DONE
Bottom-Right (Section 5): PSI Ninja - DONE
FLOOR 2:
Top-Left (Section 7): Camwoodstock & Tori - DONE
Top-Right (Section 8): Duker - DONE
Bottom-Left (Section 9): WinterSweater - DONE
Bottom-Right (Section 10): MonkeyShrapnel - DONE
FLOOR 3:
Top-Left (Section 12): FrozenQuills - ALREADY DONE
Top-Right (Section 13): tangy - DONE
Bottom-Left (Section 14):
Bottom-Right (Section 15):
Code Structure Guide:
When creating code for your section, please segment your code into its own group, labelled with a comment structured like:
Code: Select all
-- **************************
-- ** SECTION XX: Username **
-- **************************
Please also format any functions like so:
Code: Select all
username_functionname()
Code: Select all
hoeloe_onTick()
Code: Select all
[9] = { onTick = hoeloe_onTick() }
That's all for now! I'll post an update once the deadline has passed, and one when the world 9 relay starts!