Hello all!
I've been playing with creating games since I was about 10 with QBasic and now that I am in my 20's I'm starting to actually understand it (I'm a little slow).
I have an idea for a game, that I actually started to create singleplayer but decided that would be boring compared to multiplayer, so I decided to go with that. The question I have is if anyone here had made a multiplayer game using PHP and SQL? I know it works, because I made it where you can login and chose a player, move around and other players see it. My roommate tried it with me and it seemed to be working ok. I'm kind of concerned going this route though, because I see a lot of security issues with using PHP as the SQL database is where all player positions are stored at the moment so a mean person could send their own custom info to the PHP file and update another players position to wherever they wanted.
Thanks for the help!
Heres a little screenshot of the singleplayer game that I was making, I was looking in the fridge playing taking apples and putting them back in. (I finally understand the 'array' now, woot!) There was some neat features in the game, each of the blocks could be destroyed, if an outerwall got destroyed for example, oxygen in the room was removed, and you were slowly being sucked out the hole if you were to close. Lots of SS13 inspiration here!
Long time reader of these forums by the way (love the other game section, found so many great games reading through that!)