nataliavelez / playable_lines

0 stars 0 forks source link

Add multi-round functionality #12

Closed WhiteJP closed 2 weeks ago

WhiteJP commented 2 weeks ago

Add multiple round functionality. First just with the same map, then adding in the different maps of different universalizability. Plan is to have 3 "learn" rounds and one "test" round.

WhiteJP commented 2 weeks ago

Started: ccdbfb906f3f9ced30d0c9c7c7e9fa6c274b2e88

WhiteJP commented 2 weeks ago

Added logic to set different maps, starting positions on them (which are permuted), and to send to phaser game to load: 398aa2461f787dd69b500b16f7585cb16478d8af

Now just to try with the real maps :)

WhiteJP commented 2 weeks ago

Now done with real maps :)

WhiteJP commented 2 weeks ago

Reopen issue as there is still a bug with the total score. It seems like it is adding the round score twice somehwere in the logic, or that it adds an extra 1 each round.