-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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. |
@SahilSinghTomar - would you like to work on this issue? |
right now i can fix only the first part |
Yup, ofcourse. The second part would take some work from me as well as I have to change the game-over messages and stuff. |
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. |
Hey Can I work on this ? if it is not solved yet. |
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.
The text was updated successfully, but these errors were encountered: