Programming

Tic Tac Toe Game

Submitted by razormist on
Tic Tac Toe Game with Source Code is a C++ program that is a multiplayer game where the player play in a space of 3×3 grid. The system was created using C++ language. The program is very challenging, both players must enter a specific number (1 to 9) base on the grid position in order to put a mark (X or O). The first player who succeeds in placing three of their marks in a (horizontal, vertical

Block Breaker Game

Submitted by razormist on
Block Breaker Game with Source Code is a JavaScript project that is a single-player game where the player must bounce the ball continuously in order to get scores. The program was developed using these languages JavaScript, CSS and HTML. The program is very easy to play, the player can control the blue bar object by moving the mouse left or right. The game contains different difficulties where the

Ticket Booking System Using Python

Submitted by razormist on
Ticket Booking System with Source Code is a Python program that can book tickets in digital way. This program was only developed using Python language. The system is a simple console application, the user can access the system freely by just entering a certain keys. The user can add customer name, view PNR status, and generate the total booked ticket. The system contains all the basic

Restaurant Ordering System

Submitted by razormist on
Restaurant Ordering System with Source Code is a C++ program that can order food items in a computer generated way and also can calculate the bill of a customer. The system was developed using C++ language. The system contains basic functionality, the user can easily access the program without providing a login information. The user must enter a certain numeric keys to order a certain food item

Ping Pong Game Using jQuery

Submitted by razormist on
Ping Pong Game with Source Code is a JavaScript project that is a multi-player game where both players must rally the ball until one of them missed. The program was developed using JavaScript, CSS and HTML. The program is very challenging and very fun to play, in order to win players must hit the ball until one player failed to catch the ball. The players can navigate the log via keyboard (Player

Complete Online DJ Booking System using PHP/MySQL

Submitted by donbermoy on
Project: Complete Online DJ Booking System using PHP/MySQL with Source Code About the Project A Disk Jockey (DJ) plays musical recordings in parties or events. Roles of these professionals vary depending on the purpose or the setting of the music. They may work for radio stations where they play musical selections from playlists. The Online DJ Booking System makes a DJ more profitable as they can

Gym Management System Using Python

Submitted by razormist on
Gym Management System with Source Code is a Python program that can manage a person gym expense and calculate the equipment time usage. This program was created by the use Python language. The system is a console application that does not require a login account, the user can navigate the system by entering a certain numeric keys. The user can add new customer, create gym package, add new

Employee Leave Management System

Submitted by razormist on
Employee Leave Management System with Source Code is a C++ program that can establish a leave for employee and monitor the daily records. The system was developed using C++ language. The system can be access without providing login information, the user can navigate the user by entering a certain keys. The user can add new employees, modifying employee information, can delete specific row, and can

TicTacToe Game in Python GUI

Submitted by donbermoy on
About the Project The TicTacToe GUI game starts with a GUI board. First, the player has to click on any box to start the game. It contains the Minimax algorithm, which is a decision rule used for a two-player game. You can also see the score of the players at the bottom of the board. A simple 2D GUI is provided for comfortable gameplay. The gameplay design is so simple that users won’t find it