Skip to content

[Sprig App] Banana run#4024

Open
Zenskistudios wants to merge 1 commit into
hackclub:mainfrom
Zenskistudios:Automated-PR-1781266871438
Open

[Sprig App] Banana run#4024
Zenskistudios wants to merge 1 commit into
hackclub:mainfrom
Zenskistudios:Automated-PR-1781266871438

Conversation

@Zenskistudios

Copy link
Copy Markdown

Author name

Author: Zenskistudios

About your game

What is your game about?
Monkey chase

How do you play your game?
// ─── Controls — all 8 valid Sprig keys, no others ────────────────────────────
//
// Left joystick Right joystick
// w i
// a d j l
// s k

onInput("w", doJump); // left stick up → jump / start
onInput("i", doJump); // right stick up → jump / start (action button)

onInput("a", doLeft); // left stick left
onInput("j", doLeft); // right stick left

onInput("d", doRight); // left stick right
onInput("l", doRight); // right stick right

onInput("s", () => {}); // left stick down — reserved
onInput("k", () => {}); // right stick down — reserved

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

@Zenskistudios is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

[Auto Triage] PR detected. Apply submission label to run validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant