https://github.com/orn8/tetr-zen
A script to log Zen progression over time in TETR.IO.
https://github.com/orn8/tetr-zen
statistics tetr-io tetrio tetris zen
Last synced: 7 months ago
JSON representation
A script to log Zen progression over time in TETR.IO.
- Host: GitHub
- URL: https://github.com/orn8/tetr-zen
- Owner: orn8
- License: agpl-3.0
- Created: 2024-05-22T11:03:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:29:25.000Z (12 months ago)
- Last Synced: 2025-01-22T22:30:47.643Z (9 months ago)
- Topics: statistics, tetr-io, tetrio, tetris, zen
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tetr-zen
ZEN statsistics for TETR.IO.
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.## Current 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.## Upcoming Features
- [ ] Timezone support
- [ ] Time travel system (view your stats from a specific point in time from your logs)
- [ ] Chart system (display progression through a chart)
## Installation1) [Download](https://github.com/orn8/tetr-zen/archive/refs/heads/main.zip) and extract the source code.
2) Install [node.js](https://nodejs.org/en).
3) In the console, `dir` (or `cd`) into the extracted `tetr-zen` directory.
4) Run `npm install`
5) Open `fetchZen.mjs` and change the `username` constant at the bottom of the file to your TETR.IO username (`zen` by default).## Usage
1) To log your current ZEN score, run `npm run fetchZen`.
2) To view your ZEN statistics, run `npm run zenStats`.
### Inspiration
* [TETRIOStatTools](https://github.com/AbyssPortal/TETRIOStatTools) by AbyssPortal