ive been trying to make a lot of different projects, but most of them need keypress detection! the dumb codecombat ai doesnt want to even bat one eye at that and chatgpt gives ten different answers that never work. How do i detect keypresses in codecombat (python) gamedev levels???
this is the first thing i tried to do (chatgpt told me) but it didn’t work. i was really confused, because tecnically the input key should be able to be detected, but it didn’t for some unknown reason. it doesn’t even give an error message though, whitch is weird