-
Notifications
You must be signed in to change notification settings - Fork 1.5k
reverse_pac-man #3269
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
base: main
Are you sure you want to change the base?
reverse_pac-man #3269
Conversation
Give me a moment sorry I'm away from my keyboard I'll do it by the end of
the day
…On Sat., Aug. 23, 2025, 2:23 p.m. evah-s39, ***@***.***> wrote:
Your checklist for this pull request 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
<https://sprig.hackclub.com/editor>.
- The game is placed in the in the /games directory
<https://github.com/hackclub/sprig/tree/main/games>.
- The code is significantly different from all other games in the Sprig
gallery <https://sprig.hackclub.com/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
<https://sprig.hackclub.com/gallery>
- The game has metadata at the top of the file in the following
format:
/*
@title:
@author:
@description:
@tags: []
@addedOn: 2025-MM-DD
*/
Image (If an image is used)
- The image is in the /games/img directory
<https://github.com/hackclub/sprig/tree/main/games/img>.
- The name of the image matches the name of your file.
Thanks for your PR!
------------------------------
You can view, comment on, or merge this pull request online at:
#3269
Commit Summary
- 7d88d35
<7d88d35>
Add files via upload
File Changes
(1 file <https://github.com/hackclub/sprig/pull/3269/files>)
- *A* games/Reverse Pac-Man.js
<https://github.com/hackclub/sprig/pull/3269/files#diff-5cb3bd57b9d0a39007b7bc87c1ffe277f8f879196012b0f33ba64bfaf2c51202>
(382)
Patch Links:
- https://github.com/hackclub/sprig/pull/3269.patch
- https://github.com/hackclub/sprig/pull/3269.diff
—
Reply to this email directly, view it on GitHub
<#3269>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BT3R2RIWVJH4Z2GE7XCTXQL3PDETFAVCNFSM6AAAAACEURHWS2VHI2DSMVQWIX3LMV43ASLTON2WKOZTGM2DQNZWHA4TAMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
There are missing fields in your metadata! It should look like this:
@title:
@description:
@author:
@tags: []
@addedOn: 2025-00-00
Hey, i'm going to be closing this as this PR has seen one week without any activity. We'd still love to merge your game, so if you would like us to reopen it, please ping me with @whatwareweb . |
updates missing fields in metadata
Reopening! |
Just took a look at your game, and metadata looks good. however before we can review the game can you remove the space in your filename? you can replace with dash/underscore if you want |
Rename file to remove space in filename
Reverse Pac-Man
A twist on the classic Pac-Man where you play as the ghost chasing Pac-Men through mazes.
Author name
Author: Evah
About your game
What is your game about?
A reverse take on Pac-Man where you control the ghost and hunt down yellow Pac-Men characters in maze environments.
How do you play your game?
Press WASD to move your ghost through the maze, chase and catch all the yellow Pac-Men before time runs out. Pac-Men move around automatically and try to avoid you. Complete levels to get bonus time and face new maze layouts.
Code
/games
directory-
s, or_
sFeatures
File:
games/Reverse_Pac-Man.js