<h1 align="center">Rocket League Hours Tracker</h1>
<p align="center">
<img alt="Static Badge" src="https://img.shields.io/badge/Build-Passing-brightgreen?style=for-the-badge">
<img alt="Static Badge" src="https://img.shields.io/badge/coverage-90%25-orange?style=for-the-badge">
</p>
<p align="center">
<a href="https://crates.io/crates/rl-hours-tracker/0.4.4" target="_blank">
<img alt="Static Badge" src="https://img.shields.io/badge/crates.io-v0.4.4-blue?logo=rust">
</a>
<a href="https://github.com/OneilNvM/rl-hours-tracker/releases/tag/v0.4.4" target="_blank">
<img alt="Static Badge" src="https://img.shields.io/badge/Release-v0.4.4-purple?logo=github">
</a>
</p>
<p align="center">A tracker made with Rust to record your hours and mimic Steam's <strong>'hours in the past two weeks'</strong> metric.</p>
---
## Synopsis
This was made specifically for the Epic Games version of Rocket League
as the Epic Games launcher has no way of showing the past two hours played in
the same way that steam is able to.
However, this program can and should still work with the steam version of the game.
It is `HIGHLY` recommended to not manually alter the files that are created by this program
otherwise it could lead to unwanted behaviour by the program
``` rust
println!("You got it Oneil :)");
```
---
## Installing the program
- You can find the latest installer for the program in [Releases](https://github.com/OneilNvM/rl-hours-tracker/releases) section.
- After downloading the installer, run the installer
- You may get a **Windows SmartScreen** warning after opening the installer, but you can press **'more info'** and select **'Run anyway'** in order to run the installer.
- After the program is installed, you should be able to run the program via the desktop shortcut.
---
## License
This project is licensed under the [MIT License](LICENSE)