Giter Club home page Giter Club logo

shabd-sharda's People

Contributors

kartikwatts avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

shabd-sharda's Issues

Create a Landing Page

When the page loads, there should be a landing page displayed, which should contain all the options to play the game.
Also displays the Download the App button.

Glitch making it possible to skip adjacent tiles

Describe the bug
There is a slight glitch in the current project, a user can move from one tile to another tile that is not adjacent or direct neighbor to it.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the homepage, start playing the game, try to skip an adjacent tile, in some cases, it will be possible.

Expected behavior
Users should only be allowed to move to the adjacent tiles.

Screenshots
If applicable, add screenshots to help explain your problem.
shabd-sharda-bug

Desktop (please complete the following information):

  • OS: Linux PC
  • Browser: Chrome

Additional context
The word creation context may stop as soon as the pointer goes out of the GameBox.

Firebase Sync for all the games played

Major Issue

This will turn the local game into Realtime Online Multiplayer Game.
The mechanism (as per the current vision) will be as follows:

  1. At a single point in time, there would be a 'Single Online Game' that can be played by anyone joining thereby.
    (This is important to keep the firebase's free account usage in check, also to ensure a concentration of users in a single place.)
  2. From #8 We will get the User (authorized or guest).
  3. A User would either be able to join the Online Game or they can also play locally.
  4. If there is no online game being available, the first User will create the game themself (by clicking the Create Game button), this will create a game instance in DB, and other users visiting the homepage will directly get the Join Game button.
  5. There would be no DB engagement during the game-play, and the data would only transfer at the end of the game, (There will be 30 seconds buffer time for the same, after the game).
  6. After the game ends, the score of all the users will be uploaded to Db, while the user will be shown the Result Screen from #4
  7. Right after the Result screen for the Individual performance ends, the User will be displayed his Global performance and Ranks among all the participants of the game.
  8. Some discussion needs to be done for the New Game mechanism, which will be updated as deduced.

Firebase Auth

All the game data related to different users for the current game have to be stored online.
Firebase Auth mechanism needs to be implemented for the same on the home page.
For this purpose:

  • A User may either play as a Guest, in which case a Random Guest name will be assigned.
  • A Logged In User will get the name from Firebase Auth which will be used as the display name in that case.

Multiple Game plays with Clock TimeOut

There should be different types of possible game plays.

Every game should have a clock timeout and the game should end after the time completes and the final score should be shown.

The player should get the option to start a new game in follow-up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.