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

New game Path_Finder_Challenge #5137

Merged
merged 11 commits into from
Aug 9, 2024
Merged

New game Path_Finder_Challenge #5137

merged 11 commits into from
Aug 9, 2024

Conversation

nikki-05
Copy link
Contributor

@nikki-05 nikki-05 commented Aug 9, 2024

PR Description 📜

Please include summary related to the issue you have fixed and describe your PR in brief over here by specifying the issue number on which you were working below
on which you were working below
Game logic and basic description
Path Finder Challenge is a grid-based puzzle game where the player must navigate from a source tile to a destination tile on an 8x8 grid. The grid contains various types of tiles, including normal tiles, obstacles, bonuses, and special tiles. The player interacts with the grid by clicking on tiles to select a path. The game ends when the player either successfully reaches the destination or runs out of time. If the player selects an obstacle tile, they lose points. The game also features a timer and a scoring system to track the player’s progress.

Features :
-Fixed Grid Layout: The grid is static, with a consistent layout where the source is always in the top-left corner and the destination is in the bottom-right corner.
-Tile Types:
Normal Tiles:, Obstacle Tiles, Bonus Tiles
-Score System: Players earn points for selecting normal and bonus tiles and lose points for selecting obstacles.
-Timer: A countdown timer limits the duration of the game. The game ends when the timer reaches zero.
-Selection Path: Players can select a path from the source to the destination. The tiles on the selected path are highlighted.
-Restart and Start Game: Buttons are provided to start a new game or restart the current game.
-Dark Theme Option: A toggle button allows switching between light and dark themes for better visual comfort.
Also Included image for Alien Language Translator

Fixes #5134


Mark the task you have completed ✅

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

Add your screenshots(Optional) 📸

Screenshot 2024-08-09 125357



Thank you soo much for contributing to our repository 💗

-Updated README file to resolve conflicts
-Added the removed image of the game Alien_Language_Trnaslator in the assets folder
Path Finder Challenge is a grid-based puzzle game where the player must navigate from a source tile to a destination tile on an 8x8 grid. The grid contains various types of tiles, including normal tiles, obstacles, bonuses, and special tiles. The player interacts with the grid by clicking on tiles to select a path. The game ends when the player either successfully reaches the destination or runs out of time. If the player selects an obstacle tile, they lose points.
Path Finder Challenge is a grid-based puzzle game where the player must navigate from a source tile to a destination tile on an 8x8 grid.
Path Finder Challenge is a grid-based puzzle game where the player must navigate from a source tile to a destination tile on an 8x8 grid
@kunjgit
Copy link
Owner

kunjgit commented Aug 9, 2024

Thank you @nikki-05 ,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! 😀

Copy link
Collaborator

@ishita-43 ishita-43 left a comment

Choose a reason for hiding this comment

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

Ready to merge

@ishita-43 ishita-43 added Ready to merge 🥳 level3 Adding new features gssoc GSSoC24 program label labels Aug 9, 2024
@kunjgit kunjgit merged commit d2bc8a2 into kunjgit:main Aug 9, 2024
3 checks passed
@kunjgit
Copy link
Owner

kunjgit commented Aug 9, 2024

Thank you @nikki-05 , for your valuable time and contribution in our GameZone 💗.
It’s our GameZone, so Let’s build this GameZone altogether !!🤝
Hoping to see you soon with another PR again 😇
Wishing you all the best for your journey into Open Source🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC24 program label level3 Adding new features Ready to merge 🥳
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New game]: Path Finder Challenge
3 participants