+ 1
Can you code a graphic video game on python code playground and see the result
3 Answers
+ 10
No, you cannot. The online compiler only works for console, and the result you get sent back is in plain text. Even if you could work with graphics, you'd never see them.
You'll have to use a computer and offline compiler if you want to work with graphics at all.
+ 9
No, at least not at this point. There are some online Python interpreters which have built-in GUI modules. Take a look at CodeSkulptor for example:
www.codeskulptor.org
Oh, and of course check out this link here ;)
http://www.codeskulptor.org/#user42_C148tLczbm_20.py
(just press Play ;)
0
thanks