Skip to content
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

Enhanced the UI and added Keyboard Support for options #14

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2023

  1. shifted horse and hurdle downwards

    - shifted both by 70px (measured via photoshop)
    
    - they were shifted such that they appear on the ground rather than
    floating on top of it
    jriyyya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ecdf3d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Added option_button class

    - added a generic class which acts as the button for
      the options to selct from
    
    - it has rounded corners and is similar to the button
      class in objects
    jriyyya committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f503ddf View commit details
    Browse the repository at this point in the history
  2. use the new option_button for options

    - the self.buttons array now contains the new option_buttons
    
    - the drawing method has been updated for self.buttons
    
    - A,B,C,D are now added to each option
    jriyyya committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    95d325c View commit details
    Browse the repository at this point in the history
  3. Added keyboard support

    - now an option can be selected using the keyboard keys
      A, B, C, D and 1, 2, 3 ,4
    jriyyya committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    b50a106 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    0b71861 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix key events

    Issue:
    Key events where not detectable
    
    Fix:
    Add `self._pygamecanvas.grab_focus()` to math_hurdlerActivity.py
    Dimi20cen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ddcb7cf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge pull request #1 from Dimi20cen/fix-key-events

    Fix key events
    jriyyya committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2200fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0469be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f5e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a006b1 View commit details
    Browse the repository at this point in the history
  5. remove redundant comment

    jriyyya committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e797c16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb05ab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    4eb4063 View commit details
    Browse the repository at this point in the history
  2. Remove redundant comment

    jriyyya committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ba76b93 View commit details
    Browse the repository at this point in the history