aimacode / aima-javascript

Javascript visualization of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
http://aimacode.github.io/aima-javascript/
MIT License
541 stars 219 forks source link

A-star search algorithm visualization #106

Closed nervgh closed 6 years ago

nervgh commented 6 years ago

I hope I have not broken something during merging changes :smile_cat:

57

redblobgames commented 6 years ago

Looks good. Do you know why your sliders don't look like the sliders in the rest of the page? Are you reusing the slider code?

nervgh commented 6 years ago

Looks good. Do you know why your sliders don't look like the sliders in the rest of the page? Are you reusing the slider code?

Thank you! :smiley_cat: I can suppose that you talk about class="form-control". That is the class of bootstrap for the form elements.