|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
online game thingy
i want to make a simple chat program. basically just
type, press enter, and then have it show up to everyone on their screen. Its mostly for me to learn how to do online stuff. Anyone know where a tutorial is for this or have some simple code? |
|
#2
|
||||
|
||||
|
There have been a few people writing small messenger programs and IRC bots etc.
If you do a quick search of the forum (for 'chat') you're bound to pull some intersting things. For example, here's a good one by Xx - a very nice working example. But it is command line based, not GUI. http://forums.devshed.com/t130438/s.html&highlight=chat Mark. |
|
#3
|
||||
|
||||
|
There are not too many tutorials on writting specific programs.
![]() Assuming it is not web-based your application will be using something like the socket module or the twisted framework. http://www.amk.ca/python/howto/sockets/ http://www.twistedmatrix.com/ There have been a number of threads in this forum for chat or IM - the search facility should help. grim ![]()
__________________
*** Experimental Python Markup CGI V2 *** |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > online game thingy |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|