I have made a piece of code with pygame on the Raspberry Pi and I want to run it through the Android app JuiceSSH so I can use it on my Android phone. But whenever I run it on my phone, even with 'sudo', it returns an error 'unable to open a console terminal'
Is there any possible way to open a terminal on my Android phone so the pygame graphic console terminal will pop up?
(I have seen other similar questions/answer but they do not help with this situation)