![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Nov 2007
Posts: 61
Rep Power: 1
![]() |
Games you don't download
I have searched to see if this was already posted and got nothing but don't yell at me if this is already asked.
Does everyone played a flash game before. You know the ones you can play right off your web browser. Well is this possibal with python or must all Python games be downloaded in order to play?
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't. |
|
|
|
|
|
#2 |
|
Expert Programmer
|
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. |
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,722
Rep Power: 5
![]() |
Re: Games you don't download
But, of course, you can use Python to generate HTML for a web browser. For example, Google does this for its help pages:
http://www.google.com/support/webmas...83&ctx=sibling Note the '.py' in the URL. You can make browser-based games in Python this way, if you're really ambitious. But you need to have a clear understanding of what exactly CGI is, and a fundamental grasp on how the web works, before you can tackle such a thing. |
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 304
Rep Power: 3
![]() |
Re: Games you don't download
I not a Microsoft person, but Silverlight 2.0 will support IronPython so you will be able to run python in your web brower. It will basically be like a better flash.
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#5 |
|
Programmer
Join Date: Nov 2007
Posts: 61
Rep Power: 1
![]() |
Re: Games you don't download
I will have to look into that
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Download decryption? | titaniumdecoy | Coder's Corner Lounge | 3 | Mar 20th, 2007 11:58 PM |
| Download Blocker Finished - Random Text in Window Title? | bigguy | Visual Basic | 1 | Jan 13th, 2006 1:05 PM |
| Download Manager | bigguy | Visual Basic | 16 | Oct 31st, 2005 2:07 PM |
| fastest download speed | darkone916 | Coder's Corner Lounge | 17 | Aug 1st, 2005 10:22 PM |