Coders Packet

Packets submitted by Pavithra P

Tic Tac Toe in C++

This game can be played by 2 players. The player who attains the pattern(line) first is the winner. If the pattern is not achieved then it results in draw.

COVID VACCINE SLOT RESERVATION SYSTEM IN C++

The covid vaccine slot reservation system helps the user to book the slots for their preferred vaccine.

Dino Game in C++

This C++ program is used to play the game called “Dino Game”, where the score is calculated when dinosaur jumps on hurdle and the game is over when the dinosaur directly hits the hurdle.

Invoice generator in C++

This C++ program is used to generate an INVOICE for any company. After the necessary information of customer, seller and product has been entered, Invoice for the company is generated.