[gameprogrammer] Re: Browser games

a little while ago i was working on an AJAX chat room where it was
using a mysql db to store what people said with a timestamp so every
second the browser would do an ajax request of a php page which would
send any new chat strings that happened since the person last checked.

it also maintained a user list like IRC so it was pretty cool.

It had some logic errors like it would sometimes repeat chat strings
etc but as a proof of concept thing it worked really awesomely.

I bet you could use the same technique to make a multiplayer (ie over
the internet) ajax game (:

On 8/10/05, Stephane Marchesin <stephane.marchesin@xxxxxxxxxx> wrote:
> Alan Wolfe a écrit :
> 
> >a little unrelated...
> >
> >i bet it would be possible to make a decent game with ajax and just
> >straight up css/html.
> >
> >it wouldnt be 3d or anything but i bet you could do thigns as
> >complicated as a 2d overhead tiled game, and possibly a side scroller.
> >
> >maybe you could do 3d too by having the server render the images?
> >maybe keep it wireframe?
> >
> >but yeah - ajax could really be cool in making browser games
> >
> >
> >
> Yes, that's possible :
> http://193.151.73.87/games/lemmings/
> 
> Stephane
> 
> 
> 
> 
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
> 
> 
>


---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: