Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bgrins/javascript-astar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dchaley/javascript-astar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 31, 2023

  1. Initial commit

    Combining several starting points:
    
    * javascript-astar starter. https://github.com/bgrins/javascript-astar
    
    * Canvas rendering. https://github.com/jonobr1/two.js
    
    * Color interpolation. https://colorjs.io/
    
    Draw a 25x25 grid with randomized weights that fits to available canvas.
    dchaley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d794a92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dchaley/startingPoint

    Initial commit
    dchaley authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2e72a66 View commit details
    Browse the repository at this point in the history
  3. Make board 2d array not list

    dchaley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d9c6dc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    06a3a77 View commit details
    Browse the repository at this point in the history
  2. Render astar search

    dchaley committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    bf029ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e3343b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd3086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b7f9b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    cbdeb83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from dchaley/nextStep

    Render A* search ticks
    dchaley authored May 25, 2023
    Configuration menu
    Copy the full SHA
    d1d6dda View commit details
    Browse the repository at this point in the history
Loading