tetr-zen is a node.js program to log and summarise your ZEN progression on TETR.IO.
Note
This is a work in progress. Please report issues and feel free to request new features.
- Simple usage: Just 2 commands away from your stats.
- Variety of statistics: View your total logs, current level and score, how much has been earned in the past day, and more!
- Personal bests: Review your best and quickest improvements with ease.
Important
tetr-zen uses your ZEN score logs to view your stats, it does not store a history of ZEN scores for other users.
- Timezone support
- Time travel system (view your stats from a specific point in time from your logs)
- Chart system (display progression through a chart)
- Download and extract the source code.
- Install node.js.
- In the console,
dir
(orcd
) into the extractedtetr-zen
directory. - Run
npm install
- Open
fetchZen.mjs
and change theusername
constant at the bottom of the file to your TETR.IO username (zen
by default).
- To log your current ZEN score, run
npm run fetchZen
. - To view your ZEN statistics, run
npm run zenStats
.
- TETRIOStatTools by AbyssPortal