RiA
❔ Creating a multiplayer Snake game WPF, Blazor, SignalR
it's too big a question to ask. i can summarize your possible approach to a few points.
1. set up a server that can correlate all the player's positions and actions
2. set up a communication system (SignalR or something, maybe even code your own)
3. change any method that makes updates to the players in the game to one that can receive input from the server.
80 replies
❔ please hwlp whats the python equilevant >:(
It's not that hard to look up or ask what the syntax means, from the source language's server, infer the usage, and then ask the target language's server for what the equivalent of such a function is. You shouldn't encourage full code-block conversions for people unwilling to put in the minimum effort to understand.
20 replies
❔ Winforms Property from BaseClass Form not getting transferred to derived Form
I'm not great at that stuff.
you could add an attribute like
[AutoGuid]
to your class
and then have a source generator generate that GUID property for you in a generated partial class fragment.47 replies