-
Notifications
You must be signed in to change notification settings - Fork 357
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
Wk 3 - Project Guess Who - Submitted #328
Open
BeckieMorton
wants to merge
16
commits into
Technigo:main
Choose a base branch
from
BeckieMorton:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cf9707d
step 1 and 2 complete - start of game
BeckieMorton da17464
added comments cleaned up code
BeckieMorton ef5a596
got selectQuestion and checkQuestion working
BeckieMorton 7244d30
filter works
BeckieMorton 279055a
filterCharacters function works
BeckieMorton 3e6f7b2
confirm guess working
BeckieMorton 8e90d5e
got the play again button working, restarts properly
BeckieMorton 576e334
all steps working
BeckieMorton e43602f
added nationality in the array and as an option
BeckieMorton afb26be
added question count
BeckieMorton 1225602
added question count to win and lose screens
BeckieMorton ed2aeb1
neat code and comments fixed
BeckieMorton 558ea0a
Update README.md
BeckieMorton 7e1a106
Add files via upload
BeckieMorton e9b80a2
Update README.md
BeckieMorton 9a2d63b
Update README.md
BeckieMorton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
all steps working
- Loading branch information
commit 576e334897ee2ba030c0d64100eee81891957364
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here you don't need to return it, if you want. You can just write one statement and no else if.