A Windows forms application that gives question problems and lets users upload their solution files. The questions are composed of riddles that reveal a programming problem when solved. A timer is active during the runtime and records every action performed by the participants. This program is used for programming competitions with a theme of Valentine's Day.
- Timer - Displays the time left during competition.
- Riddle-Problem - Reveals the riddles and problems to answer.
- Upload Solution - Let the participant submit their solution file.
- Close Prevention - Prevents program from closing to prevent cheating.
- Folder Access Restriction - Restrict participants from accessing the solution and log folder.
- Action/Time Log - Records the time of starting, answering, submitting, closing and times-up in a text file.
Important
The program will create a restricted folder named answers
inside the ~
folder. This contains the uploaded solution files and time log. To access the restricted folder, go to answers
folder advance security property, then click continue and remove the Everyone
group.
Tip
The program can only be closed by entering /close
as the answer, ending the task in Task Manager, or waiting for the time limit to expire.
- Download the latest version of VMatch.
- Install VMatch-1.0.0.exe.
This project is licensed under the MIT License - see the LICENSE file for details.
- Visual Studio 2022: For development environment.
- Windows Forms: For graphical user interface.
- Advanced Installer: For installer.