MigDinny / EngageX

IHC (human-computer interaction) project - Multiplayer mini-game made with Phaser 3 with an HTML5 client and Python Server.
3 stars 1 forks source link

Multiplayer (movement for now) #12

Closed EdgarTip closed 1 year ago

EdgarTip commented 1 year ago

Implement multiplayer in game. This issue is considered finished when 2 different players appear in the same map.

MigDinny commented 1 year ago

Created a server-protocol.txt which specifies the game protocol. All client<>server possible comms must be specified there!

What is the next step?

The client must have a structured way to receive messages and update its internal global variables accordingly.

MigDinny commented 1 year ago

Everything is done now on multiplayer-edgar branch.

Some minor bugs are there but nothing that compromises the multiplayer feature itself

MigDinny commented 1 year ago

@EdgarTip faz PR e deixa a tua review, para eu depois dar final review and merge