Added level and fixed a bug

This commit is contained in:
Renan LE CARO 2025-06-28 07:46:45 +02:00
parent 0df5d218a3
commit 31d22b52f3
6 changed files with 80 additions and 37 deletions

View file

@ -976,7 +976,8 @@ export function restart(params: RunParams) {
if (window.location.search.match(/autoplay|stress/)) {
startComputerControlledGame(window.location.search.includes("stress"));
} else {
restart({});
restart({
});
}
export function startComputerControlledGame(stress: boolean = false) {