Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the entire bee movie script #2581

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Turtlecodez
Copy link

@Turtlecodez Turtlecodez commented Nov 9, 2024

Author name

Author:

About your game

What is your game about?

How do you play your game?

Code

Check off the items that are true.

  • The game was made using the Sprig editor.
  • The game is placed in the in the /games directory.
  • The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
  • The game runs without errors.
  • The name of the file/game contains only alphanumeric characters, -s, or _s.
  • The game name is not the same as the others from gallery

Image (If an image is used)

Thanks for your PR!

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ❌ Failed (Inspect) Nov 9, 2024 3:14am

Copy link

github-actions bot commented Nov 9, 2024

You can play your game at Play Here!

Copy link
Member

@alx-alexpark alx-alexpark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hii, I appreciate the effort you put into this game, but there are few things that need to be corrected before you can receive your console.

  1. Some of the code you have written is not valid, and errors. Please look at the sprig documentation.
  2. This doesn't appear to be a "game" per say, but I'll check if this is allowable
  3. I am a bit concerned about if this can fit within the sprig's memory, but I'll check that as well sometime soon.

Comment on lines +12 to +20
function waitForKeypress() {
return new Promise(resolve => {
document.addEventListener('keydown', function keydownListener(event) {
document.removeEventListener('keydown', keydownListener);
resolve(event.key);
});
});
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not valid sprig code

@alx-alexpark alx-alexpark added submission Game submission initial review performed This Sprig app PR has had initial feedback given, and is in a pending state of review labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
initial review performed This Sprig app PR has had initial feedback given, and is in a pending state of review submission Game submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants