Sim Posted July 5, 2010 Posted July 5, 2010 like tic-tac-toe or checkers so I can view how each side is updated when another player makes a move. Quote
Spudinski Posted July 5, 2010 Posted July 5, 2010 It's simple to make. All you need a receiver that handles the actual requests. The Ajax is pretty simple. Quote
Sim Posted July 5, 2010 Author Posted July 5, 2010 by receiver your mean an actual VPS or Dedi Server? Quote
Spudinski Posted July 5, 2010 Posted July 5, 2010 The receiver is a file, that requests are sent to. It can be in any programming language, I just prefer PHP. The script will have a few areas in which the ajax request(client) will tell the script what to do, make the move or wait to see what the other user does. Quote
Sim Posted July 6, 2010 Author Posted July 6, 2010 Ok. I found a few examples of multi-user ajax chats which was helpfull but id rather use a mySQL database with php instead of flat files. possible? Quote
a_bertrand Posted July 6, 2010 Posted July 6, 2010 I used mysql with memory tables as mean of inter process communication for my own game chat, before I switched to a self written IRC client and IRC server. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.