Page 1 of 1
PHP Question
Posted: Mon Apr 25, 2005 1:06 pm
by Raven-flock
Can you make a script like a Chat script that can be downloaded from a site and work on your system to talk to other people kinda or make a game so other people can play it without having to worry about website urls????
Thank you
Raven Flock
Posted: Mon Apr 25, 2005 1:29 pm
by Burrito
yup
Posted: Mon Apr 25, 2005 1:30 pm
by Raven-flock
Do they have to have PHP on there computers to do it or what? and how would i do that?
Posted: Mon Apr 25, 2005 1:34 pm
by Raven-flock
Im trying to make a game so i can put it on my site so people can download it and play it on there computers against other players and stuff but i just dont know how to get exp and gold and stuff working on it

Posted: Mon Apr 25, 2005 1:50 pm
by Roja
Raven-flock wrote:Do they have to have PHP on there computers to do it or what? and how would i do that?
Check out
http://www.priadoblender.com/ - it allows you to take a php script, and turn it into a .exe file for use on windows systems.
That coupled with php-gtk, and you have a decent system for building a downloadable game that people can play. Then add in some simple socket calls or even http calls, and you can have client<->server communication.