Quote:
Originally posted by Goldknight
Curious, how many games you plan to add? Is it easy to add new games?
|
I will add as many games as I can find. It is really not that difficult to modify an existing Flash file to interact with the database. The question really comes down to just finding good quality Flash games that are worth modifying.
As a side note, we have modified the original Tetris game to include music, sped up the line-removal and made a few other minor edits.
Quote:
I look at your screenshot, it seem show low queries with ranking system. How many queries ranking system make?
|
It makes as many queries as it needs to make. Aside from the regular amount of vBulletin queries, a typical scoreboard load would require only two queries: one to get the total amount of entries (for the page navigation) and one to get the actual scoreboard data. It is possible that a third query could be added to pull options out of the configuration table.