wjrasmussen
12-14-2010, 11:02 PM
As a learning device, I want to create a tiny game which two players will play in real time. Both players will plot their action at the same time and submit their action. There doesn't seem to be a handy way to communicate the moves/results to each player.
I guess using javascript to poll for changes every few seconds would be doable but it would be nice to have a cleaner way to propogate changes. Any suggestions would be welcome. I don't want to run applets or flash. Consider PHP, javascript, mysql, html+ as my options.
I guess using javascript to poll for changes every few seconds would be doable but it would be nice to have a cleaner way to propogate changes. Any suggestions would be welcome. I don't want to run applets or flash. Consider PHP, javascript, mysql, html+ as my options.