Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
hello guise,
how to build a MySQL login system for my c2 game?
i want the user to login and to check for username & password. also if the user is premium.
how to do this??
Check these tutorials:
https://www.scirra.com/tutorials/525/simple-login-using-a-mysql-database
https://www.scirra.com/tutorials/296/sending-info-to-a-mysql-database
https://www.scirra.com/tutorials/346/online-high-score-table-ajax-php-mysql
Develop games in your browser. Powerful, performant & highly capable.
Check these tutorials: https://www.scirra.com/tutorials/525/simple-login-using-a-mysql-database https://www.scirra.com/tutorials/296/sending-info-to-a-mysql-database https://www.scirra.com/tutorials/346/online-high-score-table-ajax-php-mysql
so this means it is possible?
Thanks in advance gonna check this out tomorrow :)
It's definitely possible. I created a log in system for a weekend projecta few months ago. The tutorials Vladoss posted are a good start.