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

Escape the Maze - Text based game #1149

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

Conversation

KiranBaliga
Copy link
Contributor

@KiranBaliga KiranBaliga commented Jan 10, 2025

Pull Request for PyVerse 💡

Requesting to submit a pull request to the PyVerse repository.


Issue Title

Escape the matrix - Text based game

  • I have provided the issue title.

Info about the Related Issue

This is a text-based adventure game where players navigate through a randomly generated 5x5 maze to find the exit while collecting treasures and avoiding traps.

  • I have described the aim of the project.
    Games for fun!

Name

Kiran Baliga

  • I have provided my name.

GitHub ID

Kiran Baliga

  • I have provided my GitHub ID.

Email ID

[email protected]

  • I have provided my email ID.

Identify Yourself

SWOC

  • I have mentioned my participant role.

Closes

Enter the issue number that will be closed through this PR.
*Closes: #1146

  • I have provided the issue number.

Describe the Add-ons or Changes You've Made

N/A

  • I have described my changes.

How Has This Been Tested?

Local Pycompilers!

  • I have described my testing process.

Checklist

Please confirm the following:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Review Ongoing 🔄 PR is currently under review and awaiting feedback from reviewers. BEGINNER SWOC labels Jan 10, 2025
@TheChaoticor
Copy link
Collaborator

image
This is terminating itself ,please check . And also check the checks that it is failing in github

@KiranBaliga
Copy link
Contributor Author

@UTSAVS26 Please review the PR now. The code runs perfectly with the online compilers. The game ends with a successful message only after the player reaches (4,4). It also specifies if someone is entering char other than NEWS. @TheChaoticor

@TheChaoticor
Copy link
Collaborator

Please specify which online python compiler.I tried in some of those but is still not working

@KiranBaliga
Copy link
Contributor Author

@TheChaoticor I have adjusted the code. It used to work on some interactive compilers and some ended in an error. I have fixed it to run on any compiler. If the compiler does not have interactions very well, i have put automated move feature. I have run on random online compilers like programmiz and codechef and ran locally as well.

@KiranBaliga
Copy link
Contributor Author

@TheChaoticor Please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BEGINNER Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Review Ongoing 🔄 PR is currently under review and awaiting feedback from reviewers. SWOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Code Addition Request]: Escape the Maze - Text based game
3 participants