Help to do my project
Posted: Wed Mar 17, 2010 11:23 pm
Hi everyone,
In my project, I have to allow user(with no programming skills) to create his DS game which is of type (multiple choice questions, and Hot spots selection)
of course, the question must appear in the top screen and the multiple choices or a picture with hot spots should appear in the bottom screen (I know how to create these types of games with .nds extension using PAlib and VC++.)
using Visual basic, I created a simple interface to allow the user to add the questions with 4 choices for each question as inputs.
now, I want my program to be able to use these inputs in creating the DS game. It means that I want to generate a DS game from user's input. user's input will be the text of the question and the text for each choice with correct choice being specified. And the output will be a .nds file taht when someone execute it, he can answer the question and then see the result for his answer.
It is like I want to program something like DS Game Maker but with very simple functionalities and an interface that is suitable for non-skilled users.
(I want to solve the issue with multiple choice questions first, then move to hot spot)
does anyone have an idea how to do this?
is it useful to write user's input in a text file?
I will be very thankful to you ...
In my project, I have to allow user(with no programming skills) to create his DS game which is of type (multiple choice questions, and Hot spots selection)
of course, the question must appear in the top screen and the multiple choices or a picture with hot spots should appear in the bottom screen (I know how to create these types of games with .nds extension using PAlib and VC++.)
using Visual basic, I created a simple interface to allow the user to add the questions with 4 choices for each question as inputs.
now, I want my program to be able to use these inputs in creating the DS game. It means that I want to generate a DS game from user's input. user's input will be the text of the question and the text for each choice with correct choice being specified. And the output will be a .nds file taht when someone execute it, he can answer the question and then see the result for his answer.
It is like I want to program something like DS Game Maker but with very simple functionalities and an interface that is suitable for non-skilled users.
(I want to solve the issue with multiple choice questions first, then move to hot spot)
does anyone have an idea how to do this?
is it useful to write user's input in a text file?
I will be very thankful to you ...