Jump to content

Quiz Game with SQlite Database


marcc3d
 Share

Recommended Posts

Hi there, there are sometime I want to make a quiz game using a database the one I want is in the style of this game:

 

https://play.google.com/store/apps/details?id=com.creactive.quemquersermilionario.millonario.lite

 

I've looked into several tools but when I saw pixi I fall in love.

 

The game consists of several screens, menu screen, questions screen and credit screens, the questions would sit in a database I wanted to use sqlite, I've made many searches trying to discover the logic behind a game of this kind, I figured out how to store questions in a database and things like this, but I would like to know how to show this questions on the game, and how to determine correct answer, also I don't know how to do menu screens and how to make transitions between screens. Any help with pseudo-code or the logic behind this kind of game is really appreciated. Thank you very much.

 

Best regards,

Marcos.

 

Link to comment
Share on other sites

Sounds like you don't know anything at all and are looking for someone to code that game for you.

A quiz game like that doesn't need pixi, it would run much smoother with just css(3) and would support a wider range of browsers.

 

Pixi is more something for complex rendering, not for showing 5 boxes on a screen.

Link to comment
Share on other sites

Sebastian may be assuming a bit too much about your motivation and knowledge, but I do agree with him in that you don't need Pixi to make a quiz game like this.  However, you could build the basics of a quiz game with what would be essentially an MVC approach and then dress it up with simple animations and fancy images whose rendering is powered by Pixi.

 

If it is true that you are not yet well versed in JavaScript, you might want to look at some of the engines that do a lot for you, such as Construct2 or GameMaker (in these cases perhaps you would most likely not use Pixi).  If you are fairly well versed in JavaScript then you might want to try AngularJS for building your quiz game.  If you are very good at JavaScript then you might want to use Backbone or something similar to power your MVC architecture.  Pixi could be intertwined in this effort.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...