Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 552 Bytes

Minimaxing

alt text

How to run the project

To start the project out of the box, you need Node.js.

  1. Clone the repository to a local folder.
  2. Go into the project folder and run npm install on your command line.
  3. After that run npm start
  4. Open a browser and navigate to http://localhost:8081.

You can step node by node through the tree (right-order traversal) by pressing the s key.