-
Notifications
You must be signed in to change notification settings - Fork 837
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
Conversation
-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.
This reverts commit 8a6f37d.
This reverts commit a9bb597.
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.
This reverts commit ddae2c2.
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
This reverts commit a578026.
Thank you @nikki-05 ,for creating the PR and contributing to our GameZone 💗 |
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.
Ready to merge
Thank you @nikki-05 , for your valuable time and contribution in our GameZone 💗. |
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 ✅
Add your screenshots(Optional) 📸
Thank you soo much for contributing to our repository 💗