0
I made a Game that only goes halfway then stops, but the code is correct, can someone refine my code
My game is a pick in between 2 dungeons, one dungeon has a dragon that gives you treasure, and the other has a dragon that eats you. the code is correct but it stop mid way after input😕 here it ishttps://code.sololearn.com/cld2hVgGs44P/?ref=app
8 Antworten
+ 6
Remove the loops for input. They won't work properly on Code Playground.
+ 5
Code Playground is an online IDE which has to receive all input from the user prior to code interpretation. It doesn't provide a live console, and hence loops don't work well with user input in them.
+ 3
Somebody could, but you will need to post a link to your code mate. Cheers.
+ 1
What do you mean exactly? Hatsy Rei
0
it is on my Account
0
oh ok yeah
0
so does that mean I need to use a different interpreter or something