|
Re: Games you don't download
You must have Flash Player installed to play Flash games.
Python scripts cannot be run in a browser window.
There are programs (such as py2exe) that can convert your Python script to an executable by bundling the Python interpreter with your script. These programs will dramatically increase the size of your program and may not work if you use non-standard libraries such as numpy.
|