TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-21-2007, 04:57 PM   #1 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default PHP Gaming

Any one here created an online PHP game or have ideas of putting one into motion.

By online PHP game i mean actually a big game that has a community and everyone plays this PHP coded game?

This just really interested me, would be good to see if anyone here has played them or had ideas to make one
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 12-21-2007, 08:04 PM   #2 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Flash and Java (not JS) plugins are for games and rich content, PHP is a scripting language.
__________________

Village Idiot is offline  
Reply With Quote
The Following User Says Thank You to Village Idiot For This Useful Post:
Rendair (12-21-2007)
Old 12-21-2007, 08:33 PM   #3 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
Flash and Java (not JS) plugins are for games and rich content, PHP is a scripting language.
Well flash and Java are both scripting languages aswell and can be used for both games and web based applications alot like PHP. Flash being Action Script.
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 12-21-2007, 09:01 PM   #4 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

indeed dont forget java runs through a virtual machine.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 12-21-2007, 09:08 PM   #5 (permalink)
The Acquainted
 
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
Andrew is on a distinguished road
Default

By PHP he means games like Outwar MMORPG - Massive Multiplayer Online Role Playing Game. where it is primarily text and image based.
Send a message via AIM to Andrew Send a message via MSN to Andrew
Andrew is offline  
Reply With Quote
Old 12-21-2007, 09:21 PM   #6 (permalink)
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Travian - Browser Game - Romans, Gauls & Teutons = PHP game.

And it's quite successful too.
However, I think that to make a really good game, you would have to use flash or java.

Best games is ofcourse coded into a .exe file. But internet games can be successful aswell, if you're lucky.
Tanax is offline  
Reply With Quote
Old 12-21-2007, 09:31 PM   #7 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Rendair View Post
Well flash and Java are both scripting languages aswell and can be used for both games and web based applications alot like PHP. Flash being Action Script.

Yes, but they output far differently. PHP compiles, runs and thats it, flash and java are interactive.
__________________

Village Idiot is offline  
Reply With Quote
Old 12-21-2007, 11:49 PM   #8 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

There's no reason at all why PHP can't be used in conjunction with Flash, JS, Java, etc. I've never really looked into creating online games in any detail so can't be of use in locating examples.
Salathe is offline  
Reply With Quote
Old 12-22-2007, 06:48 AM   #9 (permalink)
WebDev'n Beer Drnkn' Fool
 
stewart's Avatar
 
Join Date: Dec 2007
Location: Denver, CO
Posts: 59
Thanks: 2
stewart is on a distinguished road
Default

I've been hoping to do one within the future years for a while now :D

And like salathe mentioned above, Flash, JS, & PHP can easilly be used together :p
__________________
stewart::howe
Web Developer & Programmer
CelerMedia.Com | iAmStewart.com | CelerLabs.com
Send a message via ICQ to stewart Send a message via AIM to stewart Send a message via MSN to stewart Send a message via Yahoo to stewart
stewart is offline  
Reply With Quote
Old 12-22-2007, 11:06 AM   #10 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Quote:
Originally Posted by stewart View Post
I've been hoping to do one within the future years for a while now :D

And like salathe mentioned above, Flash, JS, & PHP can easilly be used together :p
Yeah i agree and i think i will look into it to be honest, might be a good thing to try and do
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 12-22-2007, 12:30 PM   #11 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

In my Opinion, Flash, Javascript, and PHP is the perfect combination for making a Web Based game!
Orc is offline  
Reply With Quote
Old 12-22-2007, 02:33 PM   #12 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

I created minesweeper in PHP and Javascript once. Although it's a while ago and the code is quite bad, but it works perfectly - and everything is randomised!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 12-24-2007, 05:01 PM   #13 (permalink)
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

I'm currently (again) into OGame. OGame.co.uk, OGame.nl, OGame.be, it all works. Even Czech and French versions are out already. Next to that, I've played a lot Kings of Chaos.

A mate and myself where once thinking of putting a game like that together. It's a modern warfare, iraqi based wargame called Operation Takedown. We've put together a large flowchart but never really came around to making it.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:29 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design