Project Source Code

Simple Mancala Game in Python Free Source Code

Submitted by razormist on
Simple Mancala Game in Python Free Source Code - A simple board game that can be played by two players on a wooden board containing six pits. The game is very simple: each player takes turns placing their seeds, and the player with the most seeds stored will win the game. Python Free Source Code.

Simple Reservation System in C++ Free Source Code

Submitted by razormist on
Simple Reservation System in C++ Free Source Code - A system reservation coded in the C++ language allows you to reserve a seat on a bus vehicle. The system enables you to enter the bus details and make a reservation for a passenger by selecting a seat number. This is C++ source code available for free.

Find the Difference Game in JavaScript Free Source Code

Submitted by razormist on
Find the Difference Game in JavaScript Free Source Code - A simple JavaScript game application where your objective is to find the differences between the two images. Each time you successfully identify the correct object, you will proceed to the next level. JavaScript Free Source Code.

Simple Library Management System GUI using SQLite in Python Free Source Code

Submitted by razormist on
Simple Library Management System GUI using SQLite in Python Free Source Code - A simple Python system that can manage your library store. This system can provide you with an efficient way of managing the records of your books and issuing books to customers. Python Free Source Code.

Sudoku Game using Tkinter in Python Free Source Code

Submitted by razormist on
Sudoku Game using Tkinter in Python Free Source Code - This is a simple game that uses the Tkinter library to recreate the Sudoku game as a Python application. This project is a logic-based mathematical program where you need to solve the missing numbers in the grid to match the corresponding columns and rows. Python Free Source Code.

Dice Roll (Multiplayer) Game in JavaScript Free Source Code

Submitted by razormist on
Dice Roll (Multiplayer) Game in JavaScript Free Source Code - A simple arcade multiplayer game where two players compete by rolling dice to get good numbers. Each player takes turns rolling a dice in order to obtain a favorable number. The first player to reach 100 or more will win the game. JavaScript Free Source Code.

Hotel Billing System using Tkinter in Python Free Source Code

Submitted by razormist on
Hotel Billing System using Tkinter in Python Free Source Code - A simple Python system that uses the Tkinter library to create a Hotel Billing application capable of generating receipts. This system utilizes CRUD functions to manage product data manipulation, including updates, deletions, and more. Python Free Source Code

Movie Management System in JavaScript Free Source Code

Submitted by razormist on
Movie Management System in JavaScript Free Source Code - A JavaScript system application that allows users to search for movie recommendations from the website. This system tool can also enable users to add their favorite movies or remove them later. JavaScript Free Source Code.

Simple Sale Management System in Python using CSV Free Source Code

Submitted by razormist on
Simple Sale Management System in Python using CSV Free Source Code - A simple Python system that can manage your sales and inventory products. This system uses basic data manipulation techniques, including adding, reading, updating, and deleting records from the CSV database. Python Free Source Code.