When I made this game, I made it so I can use vim like motions to move words around. However, there are many people who would prefer to use the arrow keys to move words.
In puzzle_creator.py, there is a while loop at the bottom of the file that reads the input from the user and a function called read_input(), these are the only functions you should have to change.
I apologize if my code is an absolute mess. This is the first project that I was comfortable sharing on Github.
When I made this game, I made it so I can use vim like motions to move words around. However, there are many people who would prefer to use the arrow keys to move words.
In puzzle_creator.py, there is a while loop at the bottom of the file that reads the input from the user and a function called read_input(), these are the only functions you should have to change.
I apologize if my code is an absolute mess. This is the first project that I was comfortable sharing on Github.