Implement screen clear.
This commit is contained in:
parent
34e1f3166f
commit
c73545fd07
@ -119,3 +119,7 @@ func pickNextAction[C StatsCollection](p *Player[C]) (isCard bool, cardIdx int,
|
|||||||
}
|
}
|
||||||
return pickNextAction(p)
|
return pickNextAction(p)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func cls() {
|
||||||
|
fmt.Println("\033[H\033[2J")
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user