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

https://github.com/codingkoopa/shiny-hunting-counter

Mirror of https://gitlab.com/CodingKoopa/shiny-hunting-counter.
https://github.com/codingkoopa/shiny-hunting-counter

cpp pokemon qt

Last synced: about 19 hours ago
JSON representation

Mirror of https://gitlab.com/CodingKoopa/shiny-hunting-counter.

Awesome Lists containing this project

README

          

# Pokemon Shiny Hunting Counter
This is an application for keeping track of wild encounters while Shiny Pokemon Hunting.

![](UI.png)

## Build
Either open the .pro file with Qt Creator, or:
```
mkdir Build
cd Build
qmake ..
make
```

## Usage
Once you've configured the text the way you like it, click the encounter button, and when there is a blue highlight around it, press space to increment the counter.

## Todo
- Render counter to second window
- Add commas to counter
- Show colors
- Pattern option