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

Multi voting option #97

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2021

  1. fix voting squares that stick around

    made a function clearAllVotes() that removes all votes in the array as well as all the votes from the GUI(if the card object exists)
    -call clearAllVotes() inside toggleTurns(), resetGame() and endGame()
    -check if card object guid exists inside updateVoteUI
    -when a player changes colour, their vote didn't get zeroed. fixed that.
    Canonelis committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    3510376 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Initial changes for multivoting

    Initial changes for multivoting
    Canonelis committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2726492 View commit details
    Browse the repository at this point in the history
  2. remove votes on guessed card

    remove votes on guessed card
    Canonelis committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    a8df8da View commit details
    Browse the repository at this point in the history
  3. Adding UI integration for multivoting

    Adding UI integration for multivoting
    Canonelis committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    7e3247c View commit details
    Browse the repository at this point in the history