in reply to Re^2: how to integrate games for website
in thread how to integrate games for website

Securely store scores, user IDs etc via the usual methods (see one of your previous questions). Write a query to find the top 10 scores for each game, display it in a table. Regarding actually creating the games I suspect that's something you're going to have to decided on yourself based on whatever criteria/specifications you're working from.

  • Comment on Re^3: how to integrate games for website