-
-
Notifications
You must be signed in to change notification settings - Fork 0
Peppy Poppies #9
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
Closed
Closed
Conversation
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
Mainly just removed some unnecessary stuff like commented code
feat: Add Makefile and remove the font on mobile page
* feat(color-info): Add color info display to image preview * feat(color-info): Add color sampling support to image display manager * Improved comments for Layout * Improve comments for gui initialization * Improve comments for gui layout separator * Fix no placeholder text displayed * Improve comments for image display manager and fix indentation * Improve comments for image preview and fix indentation * Improve comments for drag and drop handler and fix indentation * Improve comments for file upload handler * Fix indentation in layout component * Format authors in image display manager docstring * fix: Linting errors
… run key. Props to @Aadil-Goyal for doing 95% of the actual work
Feat/add documentation
Add backend README
Add newline at end to fix linting issues
I fixed the wrong thing
Add ppt link
- Add video presentations for CodeRush and Roguelike. - Add preview screenshots - add goals.md and supporting images Update README.md Update README.md Update README.md
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
* Randomises the block spawn position This decision is for making the game, more lively by changing the start position of the block, and introduces a bit of luck * Fixes linting issues of poetry.lock In the last commit to main there was some linting issue in the poetry.lock file, which have been fixed using the following command :- pre-commit run --all-files * Adding option to move the block from down arrow This decision has been made to give more control to the player in making the game faster if they desire to do so * Update main.py * Update main.py --------- Co-authored-by: Zishan Kadri <86918618+zishankadri@users.noreply.github.com>
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
include link to presentation video
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
Create a very basic skeleton app to be expanded on in the future, and some complimentary docs on how to run. Closes #9 --------- Co-authored-by: thijsfranck <thijsfranck@gmail.com>
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
* Add drag and drop interface and file upload functionality * Image preview container * Load Pillow package in browser environment * Removed unused image testing file * Load default image on init and improve drag-drop UX * Correct setTimeout usage for placeholder reset * Handle FileList correctly and persist click-upload handler * Load uploaded images as base64 data URLs for display * Separate GUI section components into Layout module * Integrate Layout component into GUI initialization * Separate draggable Separator component into own module * Add author attribution to init_gui function * Add components module for centralized exports * Remove inline separator logic and add author attribution to ImagePreview * Fix merge conflicts * Fix bug where the drag handler interferes with the separator dragging * Fix linting problems to stop it from screaming at me * Fix import in image preview * Simplify conditional logic for displaying previous image * Remove redundant blank lines in docstrings * Suppress type annotations * Fix linting errors * Add DragDropHandler component for image file uploads * Add FileUploadHandler component for image file uploads * Add ImageDisplayManager component for image file uploads * Refactor ImagePreview component * Fix linting errors
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
Upload and download images feature
janine9vn
pushed a commit
that referenced
this pull request
Sep 13, 2025
add our names to pyproject.toml
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.