Grassless banner

Grassless

2 devlogs
3h 2m 11s

This project can be described as wakatime for games, but it not only tracks time, but also other statistics. It operates similarly as wakatime, there are mods for lots of games wrote either by us or others as we will share SDKs for Java, C#, C and…

This project can be described as wakatime for games, but it not only tracks time, but also other statistics. It operates similarly as wakatime, there are mods for lots of games wrote either by us or others as we will share SDKs for Java, C#, C and JS.

Examples:

  • Minecraft: how long on what server/world you played, how much distance you traveled, and other in game statistics…
  • Euro Truck Simulator 2: in what country how many time you spent, how many KM you drove, how much you earned, how many accidents you had…
Q1000Q

I made a simple logger, that saves logs from specific modules with color coding and formatting.
It also saves logs to .log files with automatic day-to-day files rollover and latest support.
Also it writes to .jsonl files with more details.
This logger supports instance as well as static mode (for convenience in different modules).

It is not something that will mean anything to end user, but I hope it will save some headaches in the future.

As I don’t really did much with npm packages in the past, I had some issues with exporting things properly, so it works.

0