recreation of the code from the video by Tom Scott called "What's The Longest Word You Can Write With Seven-Segment Displays?"
no idea if the code was actually released so i decided to write it myself
Tom Scott - "What's The Longest Word You Can Write With Seven-Segment Displays?"
you will require Node.js for this
- Download by clicking
Codeand thenDownload ZIP - Open a Terminal window and run either
nodejs sevenseg.jsornodejs sevenseg_io.js
nodejs sevenseg.js = first version used in the video with I and O
nodejs sevenseg_io.js = second version used in the video without I and O