Does repl.it support sprite graphics? If so, how do you implement them?
repl.it supports all the features of pygame (except maybe audio). I believe they implement that by piping an X11 screen to your repl using Websockets.
Pygame Sprite Graphics?
Does repl.it support sprite graphics? If so, how do you implement them?
repl.it supports all the features of pygame (except maybe audio). I believe they implement that by piping an X11 screen to your repl using Websockets.