Mi first try to develop a game, a version of classic Atari Pong.
The game aesthetics want to recreate the original monochorme visuals of the Atari Pong from the 70s. The graphics are composed using Windows Controls like Labels and Shapes controls. The game doesn’t had audio implemented.
The game supports 2 players game mode and also a single player mode against the CPU, but the CPU was terrible basic implemented (practically always follow the ball, so is impossible to beat it). A functional score boards and life counters for both players was implemented.
Fun fact: This game is a result of a bet between a friend and me, both totally beginers as programmers, to see who achieve first to develop a functional version of the Pong game in Visual Basic 6.0 in less of 5 days (spoiler: I won 😜).