This page includes some other coding projects: Python game, USACO Computing Olympiad, Github repositories.
1. Bouncing Ball Game: This is a fun Python game, and the source codes can be found in my Github repositories. User can input the challenge level of game by setting the ball speed. Users can also choose the color of ball and paddle as they wish. To gain scores, users need to move paddle left or right in order to prevent the ball from falling to the ground. Every time the paddle catches the ball, users gain one point. Once the ball hits the ground, the game is over. Click the video to see how the game is played!
2. USACO Computing Olympiad: I used Java language to compete in USACO. The following is one of my USACO Contest problems of January 2023. I used brute force to find the lowest cost solution. In this contest, I cleared Bronze level by scoring 854 and got promoted to silver. My USACO sources codes can be found in my Github repositories. I offer tutoring program for those who like to compete in USACO. Please visit my Superstars Coaching Academy to enroll.
3. Github repositories: I manage all my sources codes(Science project, USACO Computing Olympiad, Youtube Python tutorial, Java projects)in Github repositories.