You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the game, simply open index.html in a browser. Or, alternatively, run a local server like http-server or local-web-server (required to run the start script from package.json). These are packages that would need to be installed locally or globally on the system.
::: Task :::
============
1. Add keyboard events for up, down, left and right arrow keys.
2. Add user login and logout. Upon login, the user should be able to see their highest score so far.
3. Track the games played by the user and their scores. [Not local or session storage; at db level]
4. Allow only 10 attempts per user per day.
Notes -
* Do not use social or third party auth
* MongoDB or a comparable no-sql db should be used