wadsworj / pokemon_clone_python

Creating a pokemon-inspired game in python using pygame
33 stars 12 forks source link

Code won't work. #2

Open Koder112 opened 2 years ago

Koder112 commented 2 years ago

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?

wadsworj commented 2 years ago

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?

wadsworj commented 2 years ago

you can run it from the shell in replit like this:

image

you could also just move one of the sub folders contents up to be the main folder

Koder112 commented 2 years ago

you can run it from the shell in replit like this:

image

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 > Screenshot 2022-06-20 1 39 52 PM

wadsworj commented 2 years ago

click on 'Shell' in the tab image 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.