HTML

Simple Bubble Blaster Game in JavaScript Free Source Code

Submitted by razormist on
Simple Bubble Blaster Game in JavaScript Free Source Code - A simple arcade style game where your goal is to blast all the bubbles with the same color. The game can be play using the mouse, you can adjust your angle by moving your mouse from left to right accordingly. JavaScript Free Source Code.

Hangman Game using Vanilla JS in JavaScript Free Source Code

Submitted by razormist on
Hangman Game using Vanilla JS in JavaScript Free Source Code - A simple JavaScript game where your goal is to guess the given hidden word within a limited lives. The player is given 10 lives to guess the hidden word, each wrong guesses will deduct you 1 live. JavaScript Free Source Code.

Klondike Solitaire Card Game in JavaScript Free Source Code

Submitted by razormist on
Klondike Solitaire Card Game in JavaScript Free Source Code - A simple Card game that clone the original Klondike Solitaire Card Game for website application. The game mechanics is same as the original where you need to place all the cards in the 4 spaces in corresponding order and symbols. JavaScript Free Source Code.

How to Add New Entry to Multidimensional Array in JavaScript

Submitted by razormist on
How to Add New Entry to Multidimensional Array in JavaScript - A simple JavaScript program that can all you to add new entry to multidimensional arry object. This tutorial will provide you a basic method for adding new entry for the array object. JavaScript Free Tutorial.