pokemon_clone_python
pokemon_clone_python copied to clipboard
Code won't work.
I tried it in replit.com but I was having trouble, and I was watching your youtube tutorial and there was a venv library root file that wasn't there in Github, do I need the .idea folder in the code?
You shouldn't need it - you might just need to tell the python program how to run it.
What program are you using and what errors are you getting?
you can run it from the shell in replit like this:
you could also just move one of the sub folders contents up to be the main folder
you can run it from the shell in replit like this:
you could also just move one of the sub folders contents up to be the main folder
ok so I tried it and it said this >
click on 'Shell' in the tab
then type:
cd Tutorial\ 6\ -\ Rooms\ and \ NPCs/
followed by:
python main.py
If that doesn't work for you I will adjust this repo to be easier to run - let me know.