Have you ever had an idea for a multiplayer mobile game? I have one in mind. I was thinking of creating a browser game so that both IOS and Android users can enjoy playing it.
However, there is something that worries me. If I develop the game mostly using JavaScript, wouldn't it make it vulnerable to hacking attacks? For instance, if I make AJAX requests to the server, anyone could simply open the developer tool in their internet explorer, set a breakpoint on the request, and alter the data before it is sent.
For example, let's say a user earns some money in the game. When I try to send the updated amount to the server to be saved in the database, malicious individuals could modify the money value before the request goes through, leading to the server receiving incorrect information.
Am I right to be concerned about this security vulnerability? Are there any measures I can implement to enhance the security of the game?
In my quest for a multi-platform mobile engine, I struggled to find the perfect fit. I came across spaceport.io, but unfortunately, it has not been released yet.
Do you know of any other engines that would suit my needs?
- I prefer programming in Javascript or C#
- I aim to deploy the game for IOS and Android devices
- The game will initially be 2D, with the possibility of incorporating 3D elements later
- I require network support for multiplayer functionality
Also, just to add - I don't have a large budget to work with ;-)