-
Notifications
You must be signed in to change notification settings - Fork 108
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
Added game NinjaRunner #81
Open
TwistedMiraculous
wants to merge
2
commits into
hackclub:main
Choose a base branch
from
TwistedMiraculous:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new file: pets/NinjaRunner/ReadMe.md new file: pets/NinjaRunner/background.bmp new file: pets/NinjaRunner/background2.bmp new file: pets/NinjaRunner/cloud.bmp new file: pets/NinjaRunner/main.py new file: pets/NinjaRunner/ninja.bmp new file: pets/NinjaRunner/ninjast.bmp new file: pets/NinjaRunner/obstacle.bmp new file: pets/NinjaRunner/requirements.txt new file: pets/NinjaRunner/roof.bmp new file: pets/NinjaRunner/run.bmp
@TwistedMiraculous is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
Running into the same error. Could you fix it? |
Runs perfectly fine for me?
…On Thu, Feb 6, 2025 at 10:11 AM acon ***@***.***> wrote:
Running into the same error. Could you fix it?
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4DJEZETXEWXZCZ7MDNYR2T2OOQWFAVCNFSM6AAAAABWLE5G4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQGYZTGOBZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I’ll try it on a different laptop
On Thu, Feb 6, 2025 at 10:40 AM Sukhdeep Somal ***@***.***>
wrote:
… Runs perfectly fine for me?
On Thu, Feb 6, 2025 at 10:11 AM acon ***@***.***> wrote:
> Running into the same error. Could you fix it?
>
> —
> Reply to this email directly, view it on GitHub
> <#81 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A4DJEZETXEWXZCZ7MDNYR2T2OOQWFAVCNFSM6AAAAABWLE5G4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQGYZTGOBZGQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Hmm - is there something missing from requirements.txt? Alternatively, you can try running it the way you've been running it - clone this repo, then type in terminal: |
Maybe I’ll try that
…On Thu, Feb 6, 2025 at 10:49 AM acon ***@***.***> wrote:
Hmm - is there something missing from requirements.txt?
Alternatively, you can try running it the way you've been running it -
clone this repo, then type in terminal:
gh pr checkout 81
then try running the code file
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4DJEZCDYDY36TX7WBLMKB32OOVDDAVCNFSM6AAAAABWLE5G4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQG4ZDIOJRGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am not getting any errors
I am doing the following steps
* python -m venv .venv (in cmd)
* .venv/scripts/activate
* cd repo/pets/NinjaRunner
* pip3 install -r requirements.txt
* python3 main.py
On Thu, Feb 6, 2025 at 10:51 AM Sukhdeep Somal ***@***.***>
wrote:
… Maybe I’ll try that
On Thu, Feb 6, 2025 at 10:49 AM acon ***@***.***> wrote:
> Hmm - is there something missing from requirements.txt?
>
> Alternatively, you can try running it the way you've been running it -
>
> clone this repo, then type in terminal:
> gh pr checkout 81
> then try running the code file
>
> —
> Reply to this email directly, view it on GitHub
> <#81 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A4DJEZCDYDY36TX7WBLMKB32OOVDDAVCNFSM6AAAAABWLE5G4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQG4ZDIOJRGA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
also
gh pr checkout 81
does not work for me as I do not have Git Client installed
On Thu, Feb 6, 2025 at 7:05 PM Sukhdeep Somal ***@***.***>
wrote:
… I am not getting any errors
I am doing the following steps
* python -m venv .venv (in cmd)
* .venv/scripts/activate
* cd repo/pets/NinjaRunner
* pip3 install -r requirements.txt
* python3 main.py
On Thu, Feb 6, 2025 at 10:51 AM Sukhdeep Somal ***@***.***>
wrote:
> Maybe I’ll try that
>
> On Thu, Feb 6, 2025 at 10:49 AM acon ***@***.***> wrote:
>
>> Hmm - is there something missing from requirements.txt?
>>
>> Alternatively, you can try running it the way you've been running it -
>>
>> clone this repo, then type in terminal:
>> gh pr checkout 81
>> then try running the code file
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#81 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/A4DJEZCDYDY36TX7WBLMKB32OOVDDAVCNFSM6AAAAABWLE5G4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQG4ZDIOJRGA>
>> .
>> You are receiving this because you were mentioned.Message ID:
>> ***@***.***>
>>
>
|
Can you send me a screen recording in dms also the only keys you can press
are “enter” to play, “A” to go home, and “space” to jump when in the game.
Also the animations r supposed to be slow. The jumping and everyones is at
60fps
…On Sat, Feb 8, 2025 at 7:48 PM acon ***@***.***> wrote:
Hey - the game seems to run really slowly, and crashes when I press the up
key - do you know why this is? It doesn't happen to me when I play any
other hackapet games.
image.png (view on web)
<https://github.com/user-attachments/assets/53bc3477-15fa-42a2-9013-b4b74fb79052>
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4DJEZDDQGBXAODQBMAVM532O3FYJAVCNFSM6AAAAABWLE5G4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWGA2TGMZUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.