Pong Game in Java
In this article, we are going to build the simple Pong Game in Java. This is a two-player game in which players need to hit…
Pong Game in HTML and JavaScript
Today we will learn to make the most out of the javascript learned so far. We will combine the magic of CSS and js with…
Puzzle Game in Python
Who has not played a single puzzle game in their childhood? Probably everyone played once at least. Today, in this article, we will build a…
Hospital Management System Project in Java
Introduction In this article, we will build Hospital Management System Project in Java and MySQL with source code. This project is great for those at an intermediate…
Attendance Management System Project In Java
In this article, we are discussing the project Attendance Management System Project in JAVA and MySQL. This article is best for beginners looking to improve…
How did Python help in Black Hole Discovery?
This blog will go discuss how did python help in black hole discovery. NASA’s release of one of the first pictures of a real black…
Hyphenate Letters in Python
Problem Statement: It is really easy to hyphenate letters in python. We just need to add hyphens or dash: “-” between each alphabet in the…
Ludo Game in Java
Today, we will learn how to create Ludo Game in Java. Ludo game is quite a popular multiplayer game that we all have played in…
Python Numpy Min
This blog will discuss the syntax, logic, and use case of the Python NumPy min function. Numpy is a python module used to work with…
Event Listeners in JavaScript
This blog will discuss event listeners in JavaScript. An event is a small interaction of the user with the website on any HTML element. We…