Compare commits
No commits in common. "a573aef9e35ddeedfa4c723277b2bf019798bb87" and "23e7cbe7125806a805322b8b8eceab69955c447a" have entirely different histories.
a573aef9e3
...
23e7cbe712
|
@ -193,11 +193,6 @@ function selectOperator(o: OperatorType): void {
|
||||||
function reboot(): void {
|
function reboot(): void {
|
||||||
gameState.value = GameStateType.Playing
|
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 minValue = 101
|
||||||
const numPlaquettes = isHardMode.value || isPracticeMode.value ? 6 : 5
|
const numPlaquettes = isHardMode.value || isPracticeMode.value ? 6 : 5
|
||||||
do {
|
do {
|
||||||
|
|
|
@ -29,7 +29,7 @@ export default defineConfig({
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'N0mbers',
|
name: 'N0mbers',
|
||||||
short_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',
|
theme_color: '#198A42',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user