-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
You can play your game at Play Here! |
There was a problem hiding this 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.
- Some of the code you have written is not valid, and errors. Please look at the sprig documentation.
- This doesn't appear to be a "game" per say, but I'll check if this is allowable
- I am a bit concerned about if this can fit within the sprig's memory, but I'll check that as well sometime soon.
function waitForKeypress() { | ||
return new Promise(resolve => { | ||
document.addEventListener('keydown', function keydownListener(event) { | ||
document.removeEventListener('keydown', keydownListener); | ||
resolve(event.key); | ||
}); | ||
}); | ||
} | ||
|
There was a problem hiding this comment.
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
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.
/games
directory.-
s, or_
s.Image (If an image is used)
/games/img
directory.