Tell me in detail, thanks in advance.
1 answer
Most likely, you will need a table in which you will enter questions and answers.
If you want to make a program that will give the user different scanwords, then you have two ways.
- You will create scanwords in advance and store tables somewhere, which will then be issued to the user for the solution.
- Scanward will be generated by the program. It's cooler here. You will need to make a dictionary and algorithm that will go through the words and create a grid.
For general development: scanword .
|