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
What Issue Are You Seeing or What Feature Needs To Be Added?
During the self-selected game, players are able to choose either two or three players to see their guesses during the game. However, there are several scenarios that we don't want to happen. Mainly, we don't want the player selecting the same person more than once.
I tried to implement a JavaScript (which is used during session creation) for this purpose, but I did not manage to make it work. The aim of this issue is to incorporate this feature on the template.
What Issue Are You Seeing or What Feature Needs To Be Added?
During the self-selected game, players are able to choose either two or three players to see their guesses during the game. However, there are several scenarios that we don't want to happen. Mainly, we don't want the player selecting the same person more than once.
I tried to implement a JavaScript (which is used during session creation) for this purpose, but I did not manage to make it work. The aim of this issue is to incorporate this feature on the template.
Are There Any Links That Would Be Helpful?
Here is the JavaScript:
PrijateliTree/prijateli_tree/app/templates/choose_neighbors.html
Lines 7 to 21 in 0105d91
The text was updated successfully, but these errors were encountered: