
June 20th, 2007, 08:45 PM
|
 |
<?PHP user_title("gimp"); ?>
|
|
Join Date: Jan 2005
Location: Internet
|
|
|
Those are server-side languages.
GUI means graphical user interface. Don' know why you want "user interface with GUI".
Do you want it multi-player? If so, server-side web scripting languages aren't very good for this sort of thing. They're good for text-based games but not card games. Do you want it single player? You're better off with something that won't have to refresh constantly.
Code for games? Sure, google it.
And I'm actually currently building something that will let you make card games very easily, and will allow the whole multi-player shebang, but that's slightly off-topic, and the project is not yet finished.
__________________
Chat Server Project & Tutorial | WiFi-remote-control sailboat (building) | Joke Thread
“Rational thinkers deplore the excesses of democracy; it abuses the individual and elevates the mob. The death of Socrates was its finest fruit.”
Use XXX in a comment to flag something that is bogus but works. Use FIXME to flag something that is bogus and broken. Use TODO to leave yourself reminders. Calling a program finished before all these points are checked off is lazy.
-Partial Credit: Sun
If I ask you to redescribe your problem, it's because when you describe issues in detail, you often get a *click* and you suddenly know the solutions.
Ches Koblents
|