Skip to content

BlitzKraft/vimDDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saythanks

NEW!! Guitar-hero like option gtro and gtr

Default mode

  • gtr shows the strings and HJKL keys.
  • gtro shows the strings with "O" for buttons
  • Colors!!

Just a little fun exercise for vim practice

  • 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.

Dependencies

  • getch - pypi package
  • python3
  • msvcrt (windows only)

Features

  • Keeps score
  • Logs score and accuracy
  • Gets longest streak and logs it too!

Screenshot

Default mode

Usage

  • Clone the repo
  • cd to the directory
  • ./game.py [ fallback | giant ] [ inf ] optional args
  • ./game.py help to see the above line again
  • Enjoy

Game modes

  • fallback For terminals/emulators that don't support unicode but still one line per move
  • giant Each arrow is four lines in height. Composed of slashes and backslashes.
  • inf infinite game. 'q' to quit. Keeps track of score and accuracy ( percentage )

Todo

  • Use figlet/toilet for larger display (has known bug #1 fixed)
  • 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.

Feel free to fork and give a star if you enjoy it! Thanks!!

About

Improve your vim reflexes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages