What I mean by that is I tried to think of the logic one would use to randomly generate the game board, and I couldn't figure it out! I think I have an idea, might try to code something like this in visual studio console window or something just to see if I can lol. Very cool idea though, especially if it is your original idea
Yeah, the algorithm is quite complicated I guess. But also quite sweet. Just the random generation is on 200 lines. I did my best to explain it in this reddit post: https://www.reddit.com/r/playmygame/comments/422rhh/order_line_my_first_puzzle_game_so_far_people/. Essentially, you just have to find a path which fills a given rectangle fully.
Yeah, the algorithm is quite complicated I guess. But also quite sweet. Just the random generation is on 200 lines. I did my best to explain it in this reddit post: https://www.reddit.com/r/playmygame/comments/422rhh/order_line_my_first_puzzle_game_so_far_people/. Essentially, you just have to find a path which fills a given rectangle fully.