scott botkins Posted October 23, 2007 Share Posted October 23, 2007 I already have database holding the users who registered on the website. What I'm wanting to do next is create a trivia game which is pretty simple, it will hold unlimited questions each with 4 options. When users go to the page to play, it will show 1 question at a time, if they get it right they will get 5 points. I would there points to be stored in a database and I plan on having a page showing the top 10 users in points. Would this pretty simple to make? What would you recommend using or doing? Quote Link to comment https://forums.phpfreaks.com/topic/74517-creating-trivia-game-need-advice-please/ Share on other sites More sharing options...
Barand Posted October 23, 2007 Share Posted October 23, 2007 You are going to find it difficult finding a DBMS capable of holding unlimited questions, let alone 4*unlimited options. Quote Link to comment https://forums.phpfreaks.com/topic/74517-creating-trivia-game-need-advice-please/#findComment-376658 Share on other sites More sharing options...
PHP_PhREEEk Posted October 24, 2007 Share Posted October 24, 2007 Trivia games on websites are difficult to make 'fun' because all the answers are readily Googled. If you want to proceed, take the advice I give out daily: don't re-invent the wheel. Something like this has already been done, and all you have to do is find it, then modify it to fit your userbase and website scheme. That's about 200 hrs less work than starting from scratch. PhREEEk Quote Link to comment https://forums.phpfreaks.com/topic/74517-creating-trivia-game-need-advice-please/#findComment-376697 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.