This PR is the solution to the 'typing-game' #3#92
Open
A-Rohit-Reddy wants to merge 7 commits intoamfoss:mainfrom
Open
This PR is the solution to the 'typing-game' #3#92A-Rohit-Reddy wants to merge 7 commits intoamfoss:mainfrom
A-Rohit-Reddy wants to merge 7 commits intoamfoss:mainfrom
Conversation
A-Rohit-Reddy
commented
May 16, 2025
- This task helped me dive further into the uses of javascript and its complexities. I learnt to make effective use of js to enhance user interaction and how basic games were developed in this way.
- Though the process smooth at the beginning , I was stuck at one point of time, near the part where I had to implement our own function. But a bigger problem I faced was in the tic-tac-toe game which I decided to code, as part of the assignment, but faced many errors : first, the box was not getting filled with the symbol on clicking on it, then making turns was difficult, as I realized after every turn , everything was getting reseted. A more bigger problem was matching the boxes ticked by creating an array with box numbers and checking if they matched the winning combinations I produced earlier.
- I learnt a lot, as to how difficulty small mistakes in the code can lead to, and how much time one has to put in to ensure there are no bugs.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.