You are currently viewing Ktor Multiplayer Demo with Korge Client

Ktor Multiplayer Demo with Korge Client

This is a demo project showcasing how a Korge client can be used in conjunction with a Ktor websocket server. The multiplayer demo is very simple. When a user is connected to a server, they’re assigned a circle that they can move around. The circle can be moved with WASD keys. All other clients connected to the server should be able to see you as you move your circle around.

It’s currently deployed on Google Cloud; Cloud Run, and you can play around with it here:

https://kietyo.github.io/

Here’s the code for anyone who wants to learn how it’s done:

https://github.com/Kietyo/KorgeMultiplayerDemo

submitted by /u/IllTryToReadComments
[link] [comments]