Javascript Game Programming

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

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.

Rock Paper Scissors Game using HTML&CSS in VanillaJS with Source Code

Rock Paper Scissors Game using HTML&CSS in VanillaJS with Source Code - A web application coded purely in JavaScript where your opponent is an AI. The game mechanics are very simple: after the player makes a choice, the AI will randomly select its option to determine whether you win or lose. JavaScript Source Code.

Labyrinth Escape Game in VanillaJS with Source Code

Labyrinth Escape Game in VanillaJS with Source Code - A game that offers an immersive gameplay experience where players navigate through a labyrinth. Utilizing keyboard bindings, players control the character's movements (Left Arrow for Left, Right Arrow for Right, Up Arrow for Upward, Down Arrow for Downward). JavaScript Source Code.

Connect Four Game using HTML&CSS in VanillaJS with Source Code

Connect Four Game using HTML&CSS in VanillaJS with Source Code - A web application developed with JavaScript, offers a basic yet engaging demonstration of two-player gameplay. Players strategically place their pieces to connect four colors in a row, taking turns to compete. JavaScript Source Code.

Whack a Mole Game using HTML&CSS in VanillaJS with Source Code

Whack a Mole Game using HTML&CSS in VanillaJS with Source Code - A JavaScript program that offers a straightforward illustration of implementing Whack-a-Mole gameplay in a web browser. It employs randomization to spawn moles in different holes, providing entertaining and straightforward gameplay. JavaScript Source Code.