abTreePractice icon indicating copy to clipboard operation
abTreePractice copied to clipboard

Alpha-Beta Pruning Practice App

Results 15 abTreePractice issues
Sort by recently updated
recently updated
newest added

Numbers can only be entered with the top row of the keyboard. Issue found with Iceweasel.

As of now the input for alpha and beta values are omitted though they are shown in the solution animation. I'd suggest that an input of those values should be...

Running locally works fine, even without a server, so maybe you could just try to re-setup Github Pages for the repository?

You saved my life (and, hopefully, my exam)!

In the following setup, the "show solution" button shows two nodes were pruned: - one with the value `7` - one with the value `900` I'll focus on the `900`...

Only digits can be entered. Issue found with Iceweasel.

Hi im using your app for test preparation and it would be really helpful to add a seed to allow for the randomizations

Hey Aleks, great web app! As a heads up, it seems the site is down? ``` The alphabeta.alekskamko.com page isn’t working alphabeta.alekskamko.com redirected you too many times. Try clearing your...

keyCode value for minus dash in Firefox is 173 instead of 189, so I've changed the code slightly to make it possible to add negative values to nodes in Firefox.

If you create a tree and run through the animation the first time everything will be fine. Now you reset the animation and change the values but the animation will...