Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^2.8.5^4.21.2^2.30.1^3.14.0^23.11.0^7.27.1^7.27.1^7.27.2^29.5.14^29.7.0^3.1.991
commits
sessions now display third result, next player only shows when button is pressed. You can no longer submit answers after the third guess, or the third player.
c41b5b1View on GitHubcannot submit answers if they do not exist in the player list, or if guess is empty. can submit using enter if the dropdown is not present
0943f07View on GitHubenter can how submit the users selected player when hovering, auto fills names when hovering. Arrow keys can now be used to move through the list of players. user can submit using enter this way as well.
0bf8099View on GitHubsessions now have 3 players. 3 guesses can be made for each player. Upon failing or a correct guess a new player will load
50732dbView on GitHubadded logic to track guesses and correct or incorrect at bats.
4c44543View on GitHubCreated player class to house all player information, this is now stored in the Session class. Session now has a new attribute 'sessionInfo' which is used to store information that will be passed to the client. This means the client received session now excludes the answer.
e35b62aView on GitHubmajor features added. Indication for incorrect response, auto complete when typing.
2cbfb44View on GitHub