lab3#2
Open
matei-anghel wants to merge 1 commit into
Open
Conversation
Author
|
lab3 |
There was a problem hiding this comment.
Pull request overview
This PR adds Laboratory 3, which implements a browser-based Wordle clone game using vanilla JavaScript, HTML, and CSS. The implementation includes a complete game with randomized word selection, color-coded feedback, statistics tracking, and animations.
Key changes:
- Implements a fully functional Wordle game with 6 attempts to guess a 5-letter word
- Adds game statistics tracking (games played, win percentage, current streak)
- Includes enhanced UI with flip animations, proper styling, and keyboard support (Enter key)
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Laboratory 3 - JavaScript/index.html | HTML structure with game container, stats display, board, input field, and control buttons |
| Laboratory 3 - JavaScript/readme.md | Comprehensive documentation explaining the game mechanics, features, and suggested exercises for improvement |
| Laboratory 3 - JavaScript/scripts/wordle.js | Core game logic including randomized word selection, duplicate letter handling, statistics tracking, and animations |
| Laboratory 3 - JavaScript/styles/style.css | Complete styling with centered layout, color-coded feedback, flip animations, and interactive button states |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.