I develop a game, have a good idea for the game, and learn the languages โโthat I thought I needed for the project. This is a simple 2-player web-based text clown of global thermonuclear war.
Players register through the PHP form and are automatically matched. The logic of the game is quite simple. Player A selects one of the territories of player B to attack, the transition goes to the server, which then sends it to Player B. Then player B makes a move and goes on it until there are no territories left. I am learning Javascript and AJAX and can get around in PHP.
The problem I am facing is that apparently can't find anything that could play in creating game servers in php.
Can someone suggest some material that I could read, or where to go from here.
source share