0
OOP Goblin Game
hey im learning python and i’ve been stuck on the GameObject Goblin game for days. my friend is trying to help and we’re like having a hard time understanding what the actual point is? like what are we trying to do? i hashed everything out and put it back in line by line to try to see if i could make sense of it but it just keeps asking for input but every type of input i try is wrong? like, does anyone know what we’re actually supposed to do with it? what is it’s function supposed to be if it’s working?
1 Odpowiedź
+ 1
Read the logs of console, python interpreter will write the name of an error and explains what to do to fix it. Or you can write the error message here.