Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copperdevs/havoc-tools
Online tools for the fps game "Havoc"
https://github.com/copperdevs/havoc-tools
havoc
Last synced: 14 days ago
JSON representation
Online tools for the fps game "Havoc"
- Host: GitHub
- URL: https://github.com/copperdevs/havoc-tools
- Owner: copperdevs
- License: mit
- Created: 2024-02-08T19:03:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:26:08.000Z (4 months ago)
- Last Synced: 2024-11-21T12:15:54.739Z (3 months ago)
- Topics: havoc
- Language: Astro
- Homepage: https://havoc-tools.copperdevs.com/
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Havoc Tools
> Many online tools for the fps game [Havoc](https://store.steampowered.com/app/2149290/Havoc/).
## Current Tools
### [Sensitivity Converter](https://copperdevs.github.io/havoc-tools/tools/sensitivity-calculator/)
Simple online convertor for converting your sensitivity from games like [Counter Strike 2](https://store.steampowered.com/app/730/CounterStrike_2/) and [Valorant](https://playvalorant.com/en-us/) to [Havoc](https://store.steampowered.com/app/2149290/Havoc/).
#### Currently supported games
- [x] [Counter Strike 2](https://store.steampowered.com/app/730/CounterStrike_2/)
- [x] [Valorant](https://playvalorant.com/en-us/)
- [ ] [Overwatch](https://overwatch.blizzard.com/en-us/)
- [ ] [Rainbow Six Siege](https://www.ubisoft.com/en-us/game/rainbow-six/siege)
- [ ] [Apex Legends](https://www.ea.com/games/apex-legends)## Local development commands
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |