Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Hard Mode #4

Open
piracope opened this issue May 16, 2022 · 0 comments
Open

Add a Hard Mode #4

piracope opened this issue May 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@piracope
Copy link
Owner

Hard Mode

Literally the same thing, but the lines don't show up. If set, it should only be applicable starting the next day.

How to do it

Create an object Settings in the localStorage. When clicking on a pre-made ON/OFF button, it should add an object to Settings, something like {hardMode: lvlNumber}. Or straight-up hardconding a value and making a

settings = {
    lang: "fr"
    HardMode: undefined
}

When the hard mode is set, settings.hardMode would take the current lvlNumber as value. On page init, if hardMode exists and isn't equal to current level number, then we simply don't buildLines

@piracope piracope added the enhancement New feature or request label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant