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

Added Speed Control for Bird and Maze Games #244

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

Commits on Nov 21, 2023

  1. docs: Update Makefile and README.md for Python 3 compatibility

    Updated the Makefile and README.md to ensure compatibility with Python3 by replacing instances of commands with.
    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9c46a41 View commit details
    Browse the repository at this point in the history
  2. feat: add git-conventional-commits package

    Added the 'git-conventional-commits' package and included 'git-conventional-commits.yaml'.
    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    837fcf1 View commit details
    Browse the repository at this point in the history
  3. style: Add classes to style.css files

    Add CSS3 styles to the end of files ./appengine/bird/style.css and ./appengine/maze/style.css
    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4b74286 View commit details
    Browse the repository at this point in the history
  4. feat(bird): Add speedSlider variable and calculateSpeed function

    Added a new variable into the ./appengine/bird/main.js, speedSlider, and implemented the calculateSpeed function. This calculateSpeed function computes a value using specific calculations and assigns it to the stepSpeed variable.
    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    33f89b4 View commit details
    Browse the repository at this point in the history
  5. feat(bird): Add speedSlider variable and calculateSpeed function

    Add new variable into the ./appengine/bird/main.js, speedSlider, and implemented the calculateSpeed function. This calculateSpeed function computes a value using specific calculations and assigns it to the stepSpeed variable.
    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fc2ea7c View commit details
    Browse the repository at this point in the history
  6. fix: Add ``` at line 37 of README.md to fix

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b853ad3 View commit details
    Browse the repository at this point in the history
  7. feat(bird): Add the Slider SVG icon

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    de1a0ea View commit details
    Browse the repository at this point in the history
  8. feat: Require slider into the bird and maze

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9d9283f View commit details
    Browse the repository at this point in the history
  9. Merge branch tmp

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0f3c0f0 View commit details
    Browse the repository at this point in the history
  10. feat(maze): Add speedSlider variable and calculateSpeed function

    Add new variable into the ./appengine/maze/main.js, speedSlider, and implemented
    the calculateSpeed function. This calculateSpeed function computes a value using sp
    ecific calculations and assigns it to the stepSpeed variable.
    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    10fd421 View commit details
    Browse the repository at this point in the history
  11. feat(maze): Add the Slider SVG icon

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    499d8b8 View commit details
    Browse the repository at this point in the history
  12. feat: Initialize the slider for speed control

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1a4973d View commit details
    Browse the repository at this point in the history
  13. docs: Refined and updated documentation

    Alireza Tahriri authored and Alireza Tahriri committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ce01f8b View commit details
    Browse the repository at this point in the history