• Bjornir@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 hours ago

    A very basic rule in developing any app that has a server and a client is that you never trust the client. Never. What do game devs do? They trust the client and try to make it trustable. That will never work. The anti cheat should be on the server : a player flying would be very easy to detect. Don’t send the position of every players to every players.