Skip to content

StraykerPL/ReflexTrainer

Repository files navigation

Reflex Trainer

Simple C# app to train point reflex!

rfxt1.png

rfxt2.png

Building

To build app, you have to open it with MS Visual Studio. Project was written on .NET Framework v4.7.2, so you will need it to build app properly. You can use MonoDevelop or something similar to build app, but I didn't test it. Feel free to make research!

For additional info look into "docs" folder!

Using

  • Download .exe file from repository at "bin" directory. And just run the app!
  • If you want to add app to another program, feel free to change project build setting from Windows Forms App to Windows Class Library, and try building it. Just remember, that I don't prepared project to this operation, so you will have to recode some functions or find another way to use app.

For additional info look into "docs" folder!

TODO

  • Add English language,
  • Improve interface,

Contributing

I'm waiting for some cool ideas and bug reports for this repository. Feel free to join me in development! :D Please send pull requests to repository on GitHub.

Licensing

This app is distributed under MIT/X11 license, but some files are generated by MS Visual Studio. Please look at https://visualstudio.microsoft.com for licensing terms for that files.