in reply to Re^4: Challenge: Algorithm To Generate Bubble Blast 2 Puzzles With Difficulty
in thread Challenge: Algorithm To Generate Bubble Blast 2 Puzzles With Difficulty

What did you write in the games.txt file?
  • Comment on Re^5: Challenge: Algorithm To Generate Bubble Blast 2 Puzzles With Difficulty

Replies are listed 'Best First'.
Re^6: Challenge: Algorithm To Generate Bubble Blast 2 Puzzles With Difficulty
by Limbic~Region (Chancellor) on Jun 03, 2015 at 20:53 UTC
    Anonymous Monk,
    It was nearly 2 years ago but I seem to recall it was 1 character representing the number of moves and then 30 characters representing the game board (in C, strings are null terminated so 1 + 30 + null = 32). These game boards were generated randomly using Perl.

    Cheers - L~R