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

Pac-Man-Game finished #5185

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open

Pac-Man-Game finished #5185

wants to merge 48 commits into from

Conversation

aamira0
Copy link
Contributor

@aamira0 aamira0 commented Dec 30, 2024

PR Description 📜

The Pac-Man Game was very limited so I finished it into a more rounded out and finished game.

-Improved the map
-Added portals
-Added a third ghost
-Ghosts start moving on different times
-Added power pellets
-Added ghosts getting scared
-Added ghosts getting eaten
-Added fruit
-Added bonus points
-Added animations with gifs
-Added sound effects
-Added startscreen
-Added restart buttons
-Added instructions

Fixes #5183


Mark the task you have completed ✅

  • I follow CONTRIBUTING GUIDELINE & CODE OF CONDUCT of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I have followed proper naming convention showed in CONTRIBUTING GUIDELINE
  • I have added screenshot for website preview in assets/images
  • I have added entries for my game in GameZone's README.md
  • I have added README.md in my Game folder
  • I have specified the respective issue number for which I have requested the new game.
  • I have added my Game to gamesData.json file and it is loading properly on main website as intended.



Thank you soo much for contributing to our repository 💗

Restarted.

-Changed map (not done yet)
-Changed the colliding function
-Changed pacman
Using images for the map to get the pacman look
Finished map
Added portals in de openings and adjusted speed
Added pellets to map but they can't be collected yet
Missed some pellets
Collects pellets now
Score gets added when pellets are collected
Winning game message when you collect all pellets + restart game afterwards
Ghost moves after a delay + ghost collides with the right side
Ghost takes different direction after collision
3 Ghosts and they move at different times and (slighty) different speeds
Added lives on screen + seperated css and html
You lose lives when you collide with a ghost + lose the game if you lost all lives
Pac man mouth moves + mouth points towards the direction it moves
Game no longer restarts. It just refreshes the page. + Some clean up
Just clean up
This reverts commit c0fa7b3.
Back to old code
Ghosts have a delay before they start moving + old commit of readme because I went to an older commit)
Added power pellets
Fixed blue ghosts. Ghosts turn blue now with the power up
Noticed you 'won' too early because of the power pellets so i fixed it
Power pellets appear 30 seconds after one has been used
Added portals to the sides
Changed map a bit
Fixes collision timing + added restart button when you lose
Delete
Added restart button for when you win
Added Pacman gif
Added pngs and gifs of ghosts
Wall change
Wall border change
Added start screen
Added sound effects for start screen, eating and power up
Added ability to eat ghost
Added score indicator (+200) when you eat a ghost + sound effect
Added fruits for bonus points with different scores
Added fruit score indicator
Added extra instructions on screen
Added game over sound effect
Fixed some duplications
-Code standards
-Update ReadMe
-Changed screenshot
-Loops power up sound
-Added eat fruit sound
-You no longer lose immediately if the ghost collides with the pacman at the spawn
This reverts commit 5d5a257.
Added comments
-Changed thumbnail
@kunjgit
Copy link
Owner

kunjgit commented Dec 30, 2024

Thank you @aamira0 ,for creating the PR and contributing to our GameZone 💗
Review team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

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.

[Enhancement]: Finished Pac-Man Game
2 participants