Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup the input and output for the whole project in Python #9

Closed
yacineMahdid opened this issue Mar 18, 2022 · 2 comments
Closed

Setup the input and output for the whole project in Python #9

yacineMahdid opened this issue Mar 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@yacineMahdid
Copy link
Owner

Inputs

In terms of input we are talking about a grid like this:

[] [] [] [] []
[] [] [] [] []
[] [] [] [] []
[] [] [] [] []
[] [] [] [] []

with letters in there!

Output

In terms of output we are looking at this:

  • word-1
  • word-2
  • word 3
  • etc.

Conclusion

I'll setup the script for "reading" input and to output a proper list of words when calling the main function

@yacineMahdid yacineMahdid added the enhancement New feature or request label Mar 18, 2022
@yacineMahdid yacineMahdid self-assigned this Mar 18, 2022
@yacineMahdid yacineMahdid added this to In progress in Inital Setup Mar 18, 2022
@yacineMahdid yacineMahdid moved this from In progress to To do in Inital Setup Mar 18, 2022
@yacineMahdid yacineMahdid moved this from To do to In progress in Inital Setup Mar 19, 2022
@yacineMahdid
Copy link
Owner Author

Now I need to setup the loading of the grid-like data into some sort of data structure.
I think that a better data format in the .txt file would be:
x,x,x,x,x
x,x,x,x,x
x,x,x,x,x
x,x,x,x,x
x,x,x,x,x

@yacineMahdid
Copy link
Owner Author

IDEA: Might be interesting to have a separate function which only takes care of the solving of the boggle game board

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Inital Setup
In progress
Development

No branches or pull requests

1 participant