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

[FEATURE REQUEST] - Choose Random #19

Open
KendallDoesCoding opened this issue Mar 4, 2023 · 8 comments
Open

[FEATURE REQUEST] - Choose Random #19

KendallDoesCoding opened this issue Mar 4, 2023 · 8 comments
Labels
EddieHub:good-first-issue enhancement New feature or request help wanted Extra attention is needed python

Comments

@KendallDoesCoding
Copy link
Owner

Right now it is made so that for example, the user goes left they go to chapter river, and if they go right they go to chapter bridge. But I want it to be random for this and throughout the game. Because, if a user keeps on playing it they will understand how to win and it's no longer going to be fun.

It's easy to implement this using choice() (import random) is what I've heard.

@KendallDoesCoding KendallDoesCoding added enhancement New feature or request help wanted Extra attention is needed EddieHub:good-first-issue labels Mar 4, 2023
@KendallDoesCoding KendallDoesCoding changed the title [FEATURE REQUEST] - Random [FEATURE REQUEST] - Choose Random Mar 4, 2023
@SahilSinghTomar
Copy link
Contributor

SahilSinghTomar commented Mar 9, 2023

in this feature we only need to randomize the left and right path. am i right

like if user chooses left he can go both river or bridge chapter

@KendallDoesCoding
Copy link
Owner Author

in this feature we only need to randomize the left and right path. am i right

like if user chooses left he can go both river or bridge chapter

As a start, yes.
But also we can randomize it for everything, for example for walk it goes ahead and swim you die so you can make it so that sometimes even for walk you die but then for the game over message we will need an option to type a message depending on how they died because otherwise it makes no sense to drown while walking lol.

@KendallDoesCoding
Copy link
Owner Author

@SahilSinghTomar - would you like to work on this issue?

@SahilSinghTomar
Copy link
Contributor

right now i can fix only the first part
is it ok??

@KendallDoesCoding
Copy link
Owner Author

right now i can fix only the first part is it ok??

right now i can fix only the first part is it ok??

Yup, ofcourse. The second part would take some work from me as well as I have to change the game-over messages and stuff.

@Zhreyu
Copy link

Zhreyu commented Apr 22, 2023

Hey can I work on this, if its not fixed yet?

@KendallDoesCoding
Copy link
Owner Author

Hey can I work on this, if its not fixed yet?

We have to double check if it's fixed or not. I'm not sure.

@swetank-367
Copy link

Hey Can I work on this ? if it is not solved yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EddieHub:good-first-issue enhancement New feature or request help wanted Extra attention is needed python
Projects
None yet
Development

No branches or pull requests

4 participants