Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 522 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 522 Bytes

Robert Lafore workshop applets in JavaScript

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.

Working demo is here

Deploy and run

You need Node 10.16.3+

npm i

npm start

Project will accesible by localhost:3003

In progress

  • Chapter 6 (10) Towers game
  • Chapter 10 (18) Tree234