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 ;-)