Getting tables from mySQL?
3absh
Member Posts: 601
Hey guys,
I'm currently planning to work on a project that requires tables to be written and read from an SQL server.
It's a multiplayer, and that's the main function I need, and also chat support.
It's not heavy on graphics, there are theoretically no physics in this game, it's a pure strategic RPG/puzzle.
I want to know if it is possible to link Gamesalad to an SQL server.
Comments
Absolutley!
Check out this thread:
http://forums.gamesalad.com/discussion/63636/sending-and-receiving-data-using-your-own-sql-server-php-file-and-testproject-included/p1
@abuabed84, sure, for asychronous multiplayer (turn-based), not real-time.
Check out @jonmulcahy 's link:
http://forums.gamesalad.com/discussion/63636/sending-and-receiving-data-using-your-own-sql-server-php-file-and-testproject-included/p1
MESSAGING, X-PLATFORM LEADERBOARDS, OFFLINE-TIMER, ANALYTICS and BACK-END CONTROL for your GameSalad projects
www.APPFORMATIVE.com
Here's the core documentation:
http://help.gamesalad.com/gamesalad-cookbook/7-using-pro-features/7-05-networking-behaviors-2/
A couple of videos:
(Tic-tac-toe with PHP + Mysql)
If you're okay with NoSQL you can use Amazon Services to do a serverless web based app:
The libraries referenced in the videos:
https://github.com/gamesalad/gstable-php
https://github.com/gamesalad/gstable-js
Thanks guys