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