Question:

Please help me in making the source code of boggle in c++, ?

by  |  earlier

0 LIKES UnLike

Please help me in making the source code of boggle in c++, ?

 Tags:

   Report

2 ANSWERS


  1. Its easy enough to generate a 4x4 grid and randomise the letters that populate it. However once a player lists his words you need to be able to verify they are real words ie consult a dictionary, and to check they are adjoining in a chain, which is more difficult.

    Show any code you have prepared and someone could help you get it going.

    The link below has the instructions you need to follow to create your game and an online version that might break down the sections needed for the code to work.

    Good luck


  2. This would be extremely difficult.  You would have to have a dictionary, and be able to access it with wildcards.  I don't think this is going to be possible for you.

    Do you have any code?  Or logic?  If so, consider reposting with more info.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.