Multiplayer Considerations #69

Open
opened 2022-01-18 23:08:27 +00:00 by kirsle · 0 comments

Multiplayer features are a LONG way off but random notes/ideas:

  • Networked player: currently Play Mode inserts the "PLAYER" character last and starts the level, sending keyboard inputs to the PLAYER and controlling its velocity by the Play Scene.
    • Networked players would be added in a similar fashion but their movement and inputs coming from the networking layer (another player).
  • FailLevel() function: hostile doodads can fail the level for the player but in multiplayer this should only result in killing off the nearest player. Without changing the established doodad script API:
    • Log the location of the doodad which called FailLevel,
    • The nearest player character is killed instead of the level failing for ALL players.
Multiplayer features are a LONG way off but random notes/ideas: * **Networked player:** currently Play Mode inserts the "PLAYER" character last and starts the level, sending keyboard inputs to the PLAYER and controlling its velocity by the Play Scene. * Networked players would be added in a similar fashion but their movement and inputs coming from the networking layer (another player). * **FailLevel() function:** hostile doodads can fail the level for the player but in multiplayer this should only result in killing off the nearest player. Without changing the established doodad script API: * Log the location of the doodad which called FailLevel, * The nearest player character is killed instead of the level failing for ALL players.
kirsle added the
enhancement
label 2022-01-18 23:08:27 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SketchyMaze/doodle#69
There is no content yet.