-10 days until I start App Academy
Finished just about all of the prep work once again, including a more expanded version of Battleship than I did last time.
Began working on a program that can walk through a maze, but itās showing me that I havenāt quite gotten a handle on how exactly to BEST use recursion. The good news is that it finds the end of the maze! However, my solution doesnāt exactly print a straight line to the solution, instead, it zig zags itās way through every open space, and prints out lines to dead ends. I have yet to find the best way to decide what direction to go in, and how to ignore paths to a dead end. After several hours of working on it, Iām happy with the level of effort Iāve put into it, so I feel like I can begin to do some research and then get back to it.












