zpervan / BlockJump

Block jump game implemented with Golang and C++
MIT License
3 stars 0 forks source link

Allow players to enter online game sessions #18

Open zpervan opened 1 year ago

zpervan commented 1 year ago

When the player opens the Online Game screen, it should list all available online game sessions and when a session is clicked, it should allow the player to enter.

zpervan commented 1 year ago

This is working through gRPC, i.e. when a player connects to the game, it will be recognized that a new player has entered the game. The next step should be visualizing those new players on the map.