Code Packets
Browse all published coding projects
8-Puzzle Game using PyGame
This is an interesting tile sliding game. Here, the target of the player is to orient all the 8 pieces in a 3x3 grid at their correct location in numerical order and finally reach the goal state.
Solve Sudoku in C++
Solve an Incomplete Sudoku configuration in terms of a 9 x 9 Square Matrix with help of Backtracking in C++
Check a String for Palindrome in Java
A Program to check String is Palindrome or not. Program to reverse a string in Java Programming Language.
Zodiac Motivation Phrases Using C++
The program is about the zodiac signs and has an initial menu where one of the options is to create a file with motivational phrases associated with the signs.
Branch Checker and Calculator in C++
A program to calculate the sales value of the last three months for each branch. For each affiliate, three sales will be read.
Tic-Tac-Toe Game source code in Java
A Tic-Tac-Toe Game in Java where the player and the CPU can play. Result is displayed at last on console.
Gaming Zone with C++
This is Fun GameZone with C++. It has 5 games. 1. Casino, 2. Quiz, 3. Calculation Master, 4. Cricket, 5. Rock Paper And Scissors.
Cryptogram using Java Swing, AWT and File Handling in Java
In this Java tutorial, we are going to develop a Cryptogram that converts Morse and Tap code to the English language & vice versa. This project uses some Java swing functionalities.
Train Booking System in Java
In this packet, we are going to build a code for the Train booking system using Java, By using different loops.
Online Classes Scheduling Using Java Servlets and MySQL
A Web Application created using Servlets in Java and phpMyAdmin as localhost to schedule online classes.
Login GUI in Java
This package is of login GUI in Java which has username, password and a login button . It can be used in website development where login details are necessary.
Project on YouTube Advertisement view Prediction
The project is to train various regression models and choose the best one to predict the number of advertisement views using Python.