Simple Program

Shape Clicker Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Shape Clicker Game is a web application built using pure JavaScript. In this single-player game, the player must click the shape that is appearing in the screen as fast as you can. The Shape Clicker Game is a simple game but quite fun where your only goal is to click the shape. This project demonstrates essential coding skills for developing game applications in JavaScript, with a focus on

How to Find the Size of an Image in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Find the Size of an Image in Python." We’ll focus on retrieving the actual resolution of an image. The objective is to accurately obtain the image's dimensions. I'll provide a sample program to demonstrate the coding process, making it easy to understand and implement. So, let’s get started!

Jewelry Match Puzzle using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Jewelry Match Puzzle is a web application built using pure JavaScript. In this single-player game, players aim to match identical jewels to score points and progress. The Jewelry Match Puzzle is a skill-based, strategy-oriented game that requires quick thinking and precise matching of images. This project demonstrates essential coding skills for developing game applications in JavaScript, with

How to Find the Sum of Natural Number in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Find the Sum of Natural Numbers in Python." We’ll focus on calculating the sum of natural numbers accurately. The objective is to achieve a correct calculation that will display the sum of the natural numbers. I'll provide a sample program to demonstrate the coding process, making it easy to understand and implement. So, let’s get started with coding!

How to Randomly Select an Element from a List in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Randomly Select an Element from a List in Python." We’ll focus on randomly selecting an element from a list. The objective is to achieve an accurate selection of a single element from the list. I'll provide a sample program to demonstrate the coding process, making it easy to understand and implement. So, let’s get started with coding!

Tetrimino Puzzle Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Tetrimino Puzzle Game is a web application built using pure JavaScript. In this single-player game, players aim to arrange blocks in horizontal lines to score points. The Tetrimino Puzzle Game is a skill-based, strategy-oriented game that requires quick thinking and accurate placement of blocks. This project demonstrates essential coding skills for developing game applications in JavaScript

How to Find Hash of File in Terminal Console using Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Find the Hash of a File in Python." We’ll focus on accurately hashing the targeted file into a secure sequence of characters. The objective is to achieve a proper hash of a given file format. I'll provide a sample program to demonstrate the coding process, making it easy to understand and implement. So, let’s get started with coding!

Ping Pong Game using HTML&CSS in jQuery with Source Code

Submitted by razormist on
The Ping Pong Game is a web application built in JavaScript with the help of the jQuery library. In this multiplayer game, players aim to hit the ball back to the opposing side to score points. The Ping Pong Game in jQuery is both fun and challenging, as players face a real opponent, requiring focus and quick reflexes. This project demonstrates essential coding skills for developing game

How to Shuffle Deck of Cards in Terminal Console using Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Shuffle a Deck of Cards in the Terminal Console using Python." We’ll focus on accurately and correctly shuffling a deck of cards. The objective is to achieve a proper shuffle of the cards. I'll provide a sample program to demonstrate the coding process, making it easy to understand and implement. So, let’s get started with coding!

Asteroids Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Asteroids Game is a web application built using pure JavaScript. In this single-player game, players aim and shoot at incoming asteroids to gain points. The Asteroids Game in VanillaJS combines simple yet challenging gameplay, requiring players to maneuver the spaceship skillfully to destroy all the asteroids. This project demonstrates essential coding skills for developing game applications