Code Packets

Browse all published coding projects

Hangman Game using C++

A movie guessing game designed using C and C++ where players can play at different difficulty levels.

Bhavya Gupta · Feb 08, 2021

C++ code for tic tac toe game

This is a simple tic tac toe game written in c++ programming language. At the end of the game, it will also display the winner's name.

Harsh Kumar jha · Feb 08, 2021

Self Driving Car using Python

I have designed the project by using the python programming language and the library pygame. Here you just need 60 lines of code to built your own virtual Self Driving car.

sandeep pradhan · Feb 08, 2021

Simple Login Page in Python

This is simple login page created with the help of Python and tkinter module. this is source code can use where you need any type of login system.

Bharat Pal · Feb 08, 2021

DNF Sort Using C++

Given an array of 0s, 1s and 2s. The idea is to write a function that sorts the given array by putting all 0s first then 1s and after that 2s. This code is written in c++.

Ravi Kumar Mehta · Feb 08, 2021

Creating And Writing to a file in C++

This code is in c++ that creates a new file. Also, we can write to the created file in this code.

Raman Kishore Singh · Feb 07, 2021

Calculation of Electricity bill using C++

A C++ program to calculate the electricity bill by defining Constructor, Destructor, Class and if-else structure.

Pratiti Prashant Pande · Feb 07, 2021

Tic Tac Toe using Java

Using java, a simple tic-tac-toe game is developed. This game can be played by 2 players. These players have to mention their names and choose their symbols to play the game

Srikar Vishnu Datta Venkata A · Feb 07, 2021

Password Generator in C++ using Qt

I've made a Password Generator using C++ in Qt, which will generate a password between length 5-50 characters. The logics are written in C++, but the UI is made using Qt.

ROHAN DAS · Feb 07, 2021

Weather Application using JavaScript

This is a weather application that shows the temperature of every location. The main programming language used is JavaScript. This application is made using HTML, CSS, and JavaScript.

ARIJIT GOSWAMI · Feb 07, 2021

Menu Driven Sorting Techniques Using C++

This menu-driven program is implemented using C++ language, allows the user to select a particular sorting technique from the menu, and automatically the sorted result is generated to the user.

Shubham Deepak Kokane · Feb 07, 2021

Flappy Bird Game using Java SWING and JFrame

This Java project is a classic arcade game of a flappy bird. The player is tasked with navigating Faby, the bird through pairs of pipes that have equally sized gaps placed at random heights.

Katha Roy · Feb 07, 2021