Add unit test#130
Open
aidasofialily-cmd wants to merge 7 commits intoux-cursor-hide-408994212345541848from
Open
Add unit test#130aidasofialily-cmd wants to merge 7 commits intoux-cursor-hide-408994212345541848from
aidasofialily-cmd wants to merge 7 commits intoux-cursor-hide-408994212345541848from
Conversation
- Resolve critical C++ compilation errors in `src/main.cpp` (duplicate declarations and syntax errors) that were blocking CodeQL analysis. - Restore terminal cursor visibility management in the game's UX. - Correct invalid `package-ecosystem` values in `.github/dependabot.yml`. - Consolidate highscore loading and saving logic in `src/main.cpp`. Co-authored-by: aidasofialily-cmd <247843425+aidasofialily-cmd@users.noreply.github.com>
- Resolved C++ compilation error in `src/main.cpp` (duplicate `highscore` declaration) that caused exit code 2. - Consolidated highscore loading and saving logic in `src/main.cpp`. - Added `python` to the CodeQL language matrix with `build-mode: none` to scan existing Python scripts and resolve configuration errors. - Cleaned up unused variables and redundant file I/O to improve maintainability. Co-authored-by: aidasofialily-cmd <247843425+aidasofialily-cmd@users.noreply.github.com>
…10019687861430336976 Fix CodeQL build error and configuration issues
…-9016379529216690288 Fix Code scanning configuration error and C++ build failures
- Colorized countdown digits (Yellow) and 'GO!' prompt (Green). - Added real-time high-score tracking in the gameplay HUD. - Enabled 'NEW BEST!' achievement and congratulations for first-time players. - Ensured terminal cursor is hidden/shown correctly and HUD clears properly. Co-authored-by: aidasofialily-cmd <247843425+aidasofialily-cmd@users.noreply.github.com>
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.
@copilot Add a unit test covering the case