Javascript Game Programming

Pig Dice Game VS Using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Pig Dice Game VS is an interactive web application built entirely with JavaScript. Players take turns rolling a die and must reach a maximum value of 23 per turn; if they exceed this, their overall score resets to zero. The player who successfully reaches a total score of 100 wins the game. The Pig Dice Game VS in VanillaJS offers straightforward gameplay that requires strategy and careful

Connect Four VS Game Using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Connect Four VS Game is an interactive web application built entirely with JavaScript. The players must place their tokens in a grid and create a line of four dots either horizontally, vertically, or diagonally. The player who successfully forms a line of four dots wins the game. The Connect Four VS Game in VanillaJS offers straightforward gameplay that requires strategy and careful thinking

Bubble Pop Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Bubble Pop Game is an interactive web application built entirely with JavaScript. The player must pop all the bubbles that appear on the screen using the mouse pointer. The Bubble Pop Game in VanillaJS offers straightforward gameplay that requires quick mouse movement to earn a score. It provides a great opportunity to strengthen essential programming concepts such as logic building, collision

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