INTRODUCTION
During my Junior Year in ROBOCON, I have been tasked to create a training scoreboard for my senior competition. Then I continue the project and suit it with my year's competition which is the 2022 Abu Robocon. It needs to have a control panel where the operator can start the timer and record the score and also a display panel where competitors can observe the time remaining and their total scored points.
Github: https://github.com/HykalAzr/RBCScoreBoard2022.git
What have I learnt?
I improved my programming thinking and skill. I had also become comfortable with Visual Studio IDE and learnt how to use GitHub for better programming cooperation with my fellow team members.
Program features:
1. Able to record and display the total score and total remaining time.
2. Can output the data into an excel sheet and save it in the user's computer.
3. Ease of use.
User Interface
There are multiple buttons for user to use. After finish button is clicked, the program will automatically export an excel file to user computer via pre-programmed directory which is the document folder inside user.
Work Environment
I use C# .NET.
I always try to tidy up my real workspace and virtual workspace before doing any task to increase my overall task awareness and to make sure I don't stray from what my real task is.
Junior Year
Scoreboard V1 which I made during my junior year. Many bugs existed and user interface isn't much friendly.