BAD MULTIPLAYER POC GAME
2016-12-12 01:00:00
This a silly test, making a multiplayer game by reading and writing to a local file on the server. The process is as follows:
- Player 1 joins.
- The server stores a JSON file containing the players position and name.
- Every time the player moves the position in the JSON file is updated.
- Player 2 joins.
- Now both players update their own position, in their own data file.
- Both the clients also read all the other players position files.