The Employee Management Systems is an object-oriented based database storing virtual employees. The program holds several functionalities to interact and manipulate the system. This involves adding new employees, search for existing employees already in the database, editing the employees’ info for employees in the database, removing employees in the database listing all the employees in the database, saving database data to a local .txt file, and loading employee data from a local .txt file.
A recreation of the classic arcade game BrickBreaker with only 3 lives to spare until you lose! The project involved using javascript and object oriented programming to program the paddles, ball, and bricks as separate objects. The code is run using html where the application can be run on your browser. Have Fun!
A local 2 player racing game where you race to finish through the white path surrounded by the black boundaries. Along the way, there are distractions to keep you on your toes against your opponent! The program was mainly built with the use of the pygame library.
Tired of playing 3x3 tic tac toe? Look no further to the enhanced version, 4x4 tic tac toe. The program keeps count of the number of wins and loses each player has allowing for longevity. The program was made using the Visual Studio IDE.