Simple Program

Flappy Bird Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Flappy Bird Game using HTML&CSS in VanillaJS with Source Code - A clone game application coded purely in JavaScript with the same mechanics. The game is very similar to the original, where the objective is to avoid colliding with any pipes to achieve a higher score. JavaScript Source Code

How to Get the Sum of Number Digits in List using Python

Submitted by razormist on
Learn on How to Get the Sum of Number Digits in List using Python. A simple Python application that can get the actual sum of the digits in a list of numbers. This tutorial will teach you the proper way of finding the sum of the digits in the given numbers in the list. Python Tutorial.

Bomb Defusal Game using HMTL&CSS in JavaScript with Source Code

Submitted by razormist on
Bomb Defusal Game using HMTL&CSS in JavaScript with Source Code - A JavaScript game application where your objective is to safely defuse all the bombs. The game is very straightforward: when a blue bomb appears, the player must encircle it using the mouse pointer to prevent it from exploding. JavaScript Source Code.

How to Sort in Ascending Order using Quicksort in Python

Submitted by razormist on
Learn on How to Sort in Ascending Order using Quicksort in Python. A Python program that uses a special function called Quicksort to sort a list in ascending order. This tutorial shows you how it's done in the simplest method, requiring some important functions to use. Python Tutorial.

To-Do List App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
To-Do List App using HTML&CSS in VanillaJS with Source Code - A task organizer app coded purely in JavaScript that will monitor your daily tasks. This simple application offers functions to add new tasks, edit tasks, mark tasks as finished, and delete completed tasks. JavaScript Source Code.