Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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 |