Compare commits

..

No commits in common. "a573aef9e35ddeedfa4c723277b2bf019798bb87" and "23e7cbe7125806a805322b8b8eceab69955c447a" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -193,11 +193,6 @@ function selectOperator(o: OperatorType): void {
function reboot(): void {
gameState.value = GameStateType.Playing
if (gameDifficulty.value === GameDifficultyType.Hard) {
// Run an empty rand() call to make sure that both Normal and Hard have different expected results
random()
}
const minValue = 101
const numPlaquettes = isHardMode.value || isPracticeMode.value ? 6 : 5
do {

View File

@ -29,7 +29,7 @@ export default defineConfig({
manifest: {
name: 'N0mbers',
short_name: 'N0mbers',
description: 'Reach the result in five operations or fewer',
description: 'Reach the result in five operations or less',
theme_color: '#198A42',
icons: [
{