Projects projects projects

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:

  1. Player 1 joins.
  2. The server stores a JSON file containing the players position and name.
  3. Every time the player moves the position in the JSON file is updated.
  4. Player 2 joins.
  5. Now both players update their own position, in their own data file.
  6. Both the clients also read all the other players position files.