Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9231251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:01:23+00:00 2026-06-18T06:01:23+00:00

i have a idea for a multiplayer mobile game. I thought about a browser

  • 0

i have a idea for a multiplayer mobile game.
I thought about a browser game, so IOS and Android users can play it.

But i dont get something…
If i build the game with mostly javascript, its very attackable for hacking attacks, isnt it?
I mean, if i do some ajax requests to the server, everyone could open the developer tool in internet explorer, set a breakpoint to the request and change some data before the request will be sent.

For example:
The user get some money in the game. now i want to send the new amount to the server to save it to the database. Some “bad” boys could change the money value before the request is sent and the server get the manipulated value.

Is that correct what i am telling? or are there any security features which i could build in the game?

So i searched for a multi platform mobile engine, but i couldn´t find the right one.
I found spaceport.io but its not released yet.

are there any other engines which i could use?

  • I want to program in Javascript or C#
  • I want to deploy the game for IOS and Android
  • The game will be 2D (maybe later some 3D features)
  • I need Network support for Multiplayer

Oh… and i dont have much money 😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:01:24+00:00Added an answer on June 18, 2026 at 6:01 am

    Yes, javascript is insecure that way, as pointed out, but so are other engines. They just take more work to hack.

    The important point here is to insure the client is only sending user input back to the server, and the server is calculating the actions based on the inputs, and returning the response.

    For instance, if the client says “I just opened a chest and it gave me 100 gold, add it to my balance” the user can easily hack it to say “I just opened a chest and it gave me 100,000 gold, add it to my balance”.

    Instead, the client would say simply “I opened the chest.” And the server would say “that chest had 100 gold, it has been added to your balance.”

    In addition, the server should know where the player is based on movement requests sent to the server. Rather then the client saying “I opened the chest at this location” it should just say “I opened the chest where I am” and the server should know where the user is, so they can’t just spoof all the chest locations and open them all without actually moving around.

    This means also that the client shouldn’t be telling the server where the player is, but simply giving movement notifications. IE “I moved one block north.” “I moved one block east” Then the server can log those, act on them, and keep track of where to user is to look for hacks. If the user tries to change their location without sending all the movement requests, the server would not act on the players spoofed location.

    For speed purposes, it’s ok to have the client just move the player after sending the movement request without waiting for the server response, but if the server responds with “nope, your not where you think you are, your here instead” the client responds by correcting on it’s side to match the server. This is what causes games to jump around, or backwards when they lag. The client has updated the movements to remain fluid and responsive, but due to lag, the server didn’t get the movement requests, or got them late so the client has to correct.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In fact I have Idea about the exception handling. But while facing the interview
The idea behind is a multiplayer browser game which interacts with a PHP server.
I'm building an iOS game that will have both singleplayer and multiplayer modes. I'm
I have a multiplayer mobile game out in the wild, it's backed by a
Anyone have idea about how to bind Boolean in sqlite with objective - c.
I missed my workspace in which I was working. Any one have idea about
Can any body have idea how to consume php soap web service that have
I currently have a multiplayer card game developed and working in Java and it
I'm developing multiplayer game and I have a server written on asp.net . Game
i want to implement comet in php... i have idea about how ajax works

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.