features to add #1

Open
opened 2026-07-31 20:44:14 -05:00 by wyatt · 1 comment
Collaborator
  1. Add a clear jump tutorial
    Show something like: Press Jump, then Right near the first gap.

  2. Make button states clearer
    Use obvious colors or text for:

  • inactive plate
  • player standing on plate
  • block activating plate
1. Add a clear jump tutorial Show something like: Press Jump, then Right near the first gap. 2. Make button states clearer Use obvious colors or text for: - inactive plate - player standing on plate - block activating plate
Author
Collaborator

Use the Tea CLI, which supports Forgejo.
tea login add
Enter:

  • Forgejo URL: https://git.waylonwalker.com
  • API token
  • Login name
    Create an issue:
    tea issues create
    --repo waylon/platgo
    --title "Floor button is difficult to reach"
    --body "The first-room block puzzle needs clearer traversal."
    Useful commands:
    tea issues ls --repo waylon/platgo
    tea issues view 123 --repo waylon/platgo
    tea issues comment 123 --repo waylon/platgo --comment "Investigating this."
    Install Tea from the Forgejo/Gitea Tea CLI releases if it is not already installed.

The package path changed. Use:
go install gitea.dev/tea@latest
Then ensure Go’s bin directory is on your PATH:
export PATH="$PATH:$(go env GOPATH)/bin"
tea --version
The previous path, code.gitea.io/tea/cmd/tea, is outdated and no longer contains that package.

Use the Tea CLI, which supports Forgejo. tea login add Enter: - Forgejo URL: https://git.waylonwalker.com - API token - Login name Create an issue: tea issues create \ --repo waylon/platgo \ --title "Floor button is difficult to reach" \ --body "The first-room block puzzle needs clearer traversal." Useful commands: tea issues ls --repo waylon/platgo tea issues view 123 --repo waylon/platgo tea issues comment 123 --repo waylon/platgo --comment "Investigating this." Install Tea from the Forgejo/Gitea Tea CLI releases if it is not already installed. The package path changed. Use: go install gitea.dev/tea@latest Then ensure Go’s bin directory is on your PATH: export PATH="$PATH:$(go env GOPATH)/bin" tea --version The previous path, code.gitea.io/tea/cmd/tea, is outdated and no longer contains that package.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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
waylon/platgo#1
No description provided.