Skip to content

[Suggestion] Mechinism to import/export the contents of a punched tape between saves/worlds #26

@keifhausin

Description

@keifhausin

Being able to import and export punched tape data, will allow for easily moving control panels and sequencer programs between games and players. It will also allow for an easier view of long tapes (things like panel tapes) in external tools like notepad or vscode

I see two simple-ish ways to serialize the tape each with pros and cons

  1. use ASCII
    pros

    • easy to read

    cons

    • not all of the 256 ASCII chars are printing so some creative escaping will be needed
  2. use hex values
    pros

    • captures all of the possible tape values

    cons

    • much harder to read and edit by humans

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions