This is a simple reaction test game made with C# for UWP desktop application. The purpose of this project is to practice application making skills.
The game is pretty straightforward. Once you launch the application, a button will be displayed on the screen. Clicking the button will start the game. The aim of the game is to click the button as fast as possible when it changes its color. The time taken to click the button will be displayed on the screen. Depending on your reaction time, you will receive feedback on whether your reaction time is fast, average, or slow.
To use the application, simply download and install it on your Windows PC.
To start the game, click the "Start" button displayed on the screen. Once the button changes its color, click it as fast as possible. The application will display your reaction time on the screen along with feedback on whether your reaction time is fast, average, or slow.
To use this application, you will need a Windows PC running the Universal Windows Platform (UWP) desktop application.
Future improvements to the game may include adding high scores to track your progress and allow you to compete with others. Additionally, more game modes may be added to make the game more challenging and engaging.
This project is licensed under the MIT License.
Contributions to this project are welcome. If you notice any bugs or would like to suggest any improvements, please create an issue on the GitHub repository.
Special thanks to the C# programming language and the Universal Windows Platform (UWP) for making this project possible.