Cannon Deflector Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Cannon Deflector Game is an interactive web application created using purely JavaScript This arcade-style game is very simple and engaging you must deflect your opponent cannon bullet to win the game. The Cannon Deflector Game in VanillaJS offer only a simple simulation of how to deflect a cannon bullet when shot with the same angle and distance. It offers an enjoyable and immersive way to

Meme Generator with Screenshot Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Meme Generator with Screenshot project! This fun and interactive web application allows users to generate random memes with just a click of a button. By fetching memes from an external API, it displays the title, image, and author, giving you a unique meme each time. Once the meme is generated, you can easily capture it with the Screenshot button, which copies the image directly to

Candy Crush Clone Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to Candy Crush Clone! This project is a simplified version of the classic match-three puzzle game, developed entirely using HTML, CSS, and JavaScript. It offers a vibrant and engaging user experience with colorful candies, drag-and-drop mechanics, and automatic scoring. Players aim to match rows or columns of three or more identical candies to earn points, with the game automatically

How to Find Sum of Even Factors Numbers in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Find the Sum of Even Factor Numbers in Python." The objective is to find the sum of even factors of a number based on the given input. A sample program will be provided to demonstrate the process of identifying and summing the even factors. So, let’s get started!

Block Dasher Game using HMTL & CSS in SketchJS with Source Code

Submitted by razormist on
The Block Dasher Game is an interactive web application created using JavaScript with the help of the SketchJS library. This arcade-style game is highly engaging and fun to play, where the objective is to jump across platforms to earn a score. The Block Dasher Game in SketchJS is a score-based game where players must keep playing to achieve a higher score. It offers an enjoyable and immersive way

Decimal to Hexadecimal Converter Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Decimal to Hexadecimal Converter, a user-friendly web application designed to make number base conversions simple and efficient. Whether you're a developer, student, or just someone interested in converting decimal numbers to their hexadecimal equivalents, this app provides a sleek and intuitive interface to perform conversions with ease. The app not only delivers fast results but

Catch the Insect Game Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Catch the Insect Game, a fun and interactive browser-based game designed to test your reflexes and quick thinking! Built using HTML, CSS, and JavaScript, this game challenges players to catch pesky insects like flies, mosquitoes, and cockroaches as they randomly appear on the screen. With vibrant visuals and dynamic gameplay, it offers an engaging way to pass the time while

How to Count Common Character in a String in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Count Common Characters in a String using Python." The focus will be on accurately counting the total number of common characters from a given input string. A sample program will be provided to demonstrate the process step-by-step, making it simple and easy to understand. So, let’s get started!

Card 21(Black Jack) Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Card 21 (Blackjack) Game is an interactive web application built purely in JavaScript. This engaging card game challenges players to draw cards in an attempt to reach the score of 21 or get as close as possible without exceeding it, as exceeding 21 results in a loss. The Card 21 (Blackjack) Game in VanillaJS demonstrates advanced JavaScript coding skills, including dynamic DOM manipulation for

Login System with Login History Using PHP and MySQL with Source Code

Submitted by rems on
Welcome to the Login System with Login History project, a secure and user-friendly web application designed to manage user authentication and track login activities. This system allows users to register, log in, and manage their accounts while securely storing login credentials with password encryption. Each login attempt, whether successful or failed, is logged with detailed information such as