Javascript Game Programming

Food Matching Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Food Matching Game is an interactive web application built entirely with JavaScript. The player must select a hidden tile and pair it with another tile to see if they match. If they do not, the tiles will close; otherwise, you score a point. The Food Matching Game in VanillaJS offers straightforward gameplay that requires memorizing the tile images to make more matches. It provides a great

Puzzle Challenge Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Puzzle Challenge Game is an interactive web application built entirely with JavaScript. This game is fun and simple. The player must arrange the puzzle in order by starting from 1 to 15. The Puzzle Challenge Game in VanillaJS offers straightforward gameplay that requires fast puzzle solving and has a move counter that counts your every move. It provides a great opportunity to strengthen

Connect the Dots Game using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Connect the Dots Game is an interactive web application built entirely with JavaScript and jQuery. This game is fun and simple. The player must drag each dot to the corresponding color to earn a score. The Connect the Dots Game in jQuery offers straightforward gameplay that requires you to connect all the dots with their matching colors. It provides a great opportunity to strengthen essential

Smash the Monkey using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Smash the Monkey is an interactive web application built entirely with JavaScript. This game is fun and simple. The player must quickly smash the monkey that appears in a hole to gain points. The Smash the Monkey in VanillaJS offers straightforward gameplay that requires fast reactions to hit the monkey as it randomly appears. It provides a great opportunity to strengthen essential programming

Jewel Count Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Jewel Count Game is an interactive web application built entirely with JavaScript. This game is very simple as you just need to click on different jewels to get a cost and match the green jewel cost to win the game. The Jewel Count Game in VanillaJS offers simple gameplay that requires memorizing the cost of certain jewels to win. It provides a great opportunity to strengthen essential

Fishin Time Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Fishin Time Game is an interactive web application built entirely with JavaScript. This game is very simple as you just need to move the cursor over the fish to catch it. The Fishin Time Game in VanillaJS offers exciting gameplay that requires quick reactions to catch the fish. It provides a great opportunity to strengthen essential programming concepts such as logic building, collision

Catch the Frog using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Catch the Frog is an interactive web application built entirely with JavaScript. This game is very simple but challenging as you need to act fast to catch the frog. The Catch the Frog in jQuery offers exciting gameplay that requires quick reactions to catch the frog. It provides a great opportunity to strengthen essential programming concepts such as logic building, collision detection, event

Catch the Cat Game using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Catch the Cat Game is an interactive web application built entirely with JavaScript. This game is very simple but challenging—you need to think carefully about how to catch the cat. The Catch the Cat Game in jQuery offers exciting gameplay that requires strategic thinking by placing blue dots to corner and trap the cat. It provides a great opportunity to strengthen essential programming

Bomb Zone PVP Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Bomb Zone PVP Game is an interactive web application built entirely with JavaScript. This game features a player versus player mode where both participants compete against each other by strategically placing bombs to trap and corner their opponent. The Bomb Zone PVP Game in VanillaJS offers an exciting and fast-paced challenge as players race to collect powerups and outsmart one another. It

Mine Finder Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Mine Finder Game is an interactive web application built entirely with JavaScript. This game is a mine thinking where you need to select a tile carefully avoiding the mines. The Mine Finder Game in VanillaJS offers an exciting challenge as you try to guess the hidden tile to preven the mine from exploding. It provides an excellent opportunity to reinforce essential programming concepts while