gtrshows the strings and HJKL keys.gtroshows the strings with "O" for buttons- Colors!!
- Runs within the terminal. Keeps score along the way.
- No install required!
- Test your reflexes!
- ... and accuracy
- Keeps log of scores and accuracy.
- Now with windows support (testing required, *nixers needn't panic, it's all the same for you)
- Default is unicode arrows. If your terminal doesn't support that, there are two other options you can try
- Try the other options anyway. They are fun too.
- getch - pypi package
- python3
- msvcrt (windows only)
- Keeps score
- Logs score and accuracy
- Gets longest streak and logs it too!
- Clone the repo
cdto the directory./game.py [ fallback | giant ] [ inf ]optional args./game.py helpto see the above line again- Enjoy
fallbackFor terminals/emulators that don't support unicode but still one line per movegiantEach arrow is four lines in height. Composed of slashes and backslashes.infinfinite game. 'q' to quit. Keeps track of score and accuracy ( percentage )
- Use figlet/toilet for larger display (
has known bug #1fixed) - Fall back mode when unicode is not supported
- Also track time along with score
- Calculate speed
- Accept command line options for fallback and giant mode
- More forgiving, and show hearts to keep track of mistakes
- Log score
- Get longest streak
- Make it installable via pip.

