marjamis/kata-go

fix game number

Closed this issue · 0 comments

todo commented

// TODO fix game number
tp1, tp2 := day22Play(p1c, p2c, recursive, gamenumber+1)
// Based on the length of the returnned values will determine who will win this round.
if len(tp1) != 0 {
p1 = append(p1, p1Card, p2Card)


This issue was generated by todo based on a TODO comment in 928ecfc. It's been assigned to @marjamis because they committed the code.