Simple Program

Pong the Ball Game(AI) in VanillaJS with Source Code

Submitted by razormist on
Pong the Ball Game(AI) in VanillaJS with Source Code - A web game application created using Pure JavaScript only, where the objective is to defeat an AI. The game is very simple: you can control the paddle using the mouse coordinates to hit the ball back in the opposite direction. JavaScript Source Code.

How to Check if the Year is a Leap Year in Python

Submitted by razormist on
Learn on how to How to Check if the Year is a Leap Year in Python. A Python program where you can check if the year is a leap year. You can enter any year so that you will know if that year is actually a leap year. This tutorial will teach how to create this basic programming for Python. Python Tutorial.

Image Slideshow using Tkinter in Python with Source Code

Submitted by razormist on
Image Slideshow using Tkinter in Python with Source Code - A simple Python application that uses the Tkinter library to turn your image gallery into a slideshow. This application provides a basic way to make your image gallery more stunning for representation. Python Source Code.

Simple Piano Tiles Game in JavaScript Free Source Code

Submitted by razormist on
Simple Piano Tiles Game in JavaScript Free Source Code - A simple JavaScript arcade style game that clone the original piano tiles from the android app. This application also has the same mechanic from the original game where you will need to tap the black tile to gain a score. JavaScript Free Source Code.