DEV Community

pdespuig
pdespuig

Posted on

Check if word exists in the matrix of random characters in C

I'm currently working in creating a word search/boggle game in C language. On which a player will input a word and the program will check if the inputted word is existing in the 2D matrix of random characters. I'm having difficulty in C language. Can someone help if I'm doing…

Top comments (0)