JavaScript

Minesweeper Game Using JavaScript

Submitted by razormist on
Minesweeper Game with Source Code is a JavaScript project that is a single-player puzzle video game. The program was created using JavaScript, CSS and HTML. The program is easy to play, the player must reveal the squares of the grid by clicking each squares in the board. If a square contains a mine is revealed, the player loses the game. If the mine is not revealed, a digit is display in the

Freecell Solitaire Game Using JavaScript

Submitted by razormist on
Freecell Solitaire Game with Source Code is a JavaScript project that is a single-player solitaire card game played using the standard 52-card deck. The program was built using these languages JavaScript, CSS and HTML. The program is easy to navigate, the player can arrange the cards inside the game by dragging the card to their desire pile order. When moving cards around in the columns, cards

Flappy Jump Using JavaScirpt

Submitted by razormist on
Flappy Jump with Source Code is a JavaScript project that is a single player game where players need to jump endlessly in order to survive. The program was developed using these languages JavaScript, CSS and HTML. The program is easy to navigate, the player can control the bird through (A, W, S, D or arrow keys) on keyboard. The bird must keeps on flapping while jumping in the platform. The

Simple Email Validator Using JavaScript

Submitted by razormist on
In this code we will try to create a Simple Email Validator using JavaScript. The program will intentionally validate the email if it can be use as an Email ID. You are free to use these code, and apply it to your working projects. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Checker Game Using JavaScript

Submitted by razormist on
Checker Game with Source Code is a JavaScript project that is a multi-player game where players challenge their selves in a digital board game. The program was created using these languages JavaScript, CSS and HTML. The gameplay is very simple in this program, both players need to do is to place the checker in a diagonal position. They are two different color checker where players decide who to go

Auto Search Using JavaScript

Submitted by razormist on
In this code we will tackle about Auto Search using JavaScript. The program will enable to automatically search a row data. You are free to modify, and use this code. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.