goplus / goplus/builder

Scene support

Open
#588 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
69
Forks
59
Avg merge
1d 10h
Merged PRs (30d)
26

Description

Basics
  • Each game contains one or more scenes.

  • Each scene contains one or more backdrops

    Multiple backdrops support (in one scene) is mainly for backward compatibility, and not recommended in most cases

  • Each scene contains zero or more sprites

  • Each scene contains zero or more widgets

  • Each scene contains its own map-size setting

  • Each scene contains its own script / code

Existed Problems
  • How to support "Each scene contains its own script / code"

  • Scene-related APIs

    • class Scene & coresponding classfile
    • Scene related events
  • What happens when scene switched

  • Common use cases with scene

    • Keep sprite state
    • Data passing among scenes

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.