There are workshop applets from "Data Structures & Algorithms in Java" (2nd), Robert Lafore book. Instead of Java they are made using JavaScript.
The project is based on Webcomponents (lit-element) and widely uses generators.
You need Node 10.16.3+
npm i
npm start
Project will accesible by localhost:3003
- Chapter 6 (10) Towers game
- Chapter 10 (18) Tree234