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.
- Host: GitHub
- URL: https://github.com/codingkoopa/shiny-hunting-counter
- Owner: CodingKoopa
- Created: 2016-02-10T03:23:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T02:54:29.000Z (almost 6 years ago)
- Last Synced: 2025-08-20T18:52:13.776Z (10 months ago)
- Topics: cpp, pokemon, qt
- Language: C++
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Shiny Hunting Counter
This is an application for keeping track of wild encounters while Shiny Pokemon Hunting.

## 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