An open API service indexing awesome lists of open source software.

https://github.com/justingosses/codeskulptorpy

Various python scripts that run in Codeskulptor, which runs python in a browser window.
https://github.com/justingosses/codeskulptorpy

Last synced: about 2 months ago
JSON representation

Various python scripts that run in Codeskulptor, which runs python in a browser window.

Awesome Lists containing this project

README

          

# CodeskulptorPy
A collection of games that run in Codeskulptor, which runs python in a browser window.

If you want to run these scripts, the easiest way is to paste them wholesale into the left side window at this links - http://www.codeskulptor.org/ .

Not all standard python modules are available in codeskulptor, so to run them as a normal python script you must replace the simplegui module with SimpleGUICS2Pygame as described on this webpage .https://simpleguics2pygame.readthedocs.org/en/latest/#

Live versions of several of these are available on my personal website:

2048

Astroids

Excessive Pong