Javascript Game Programming

Labyrinth Escape Game in VanillaJS with Source Code

Submitted by razormist on
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

Submitted by razormist on
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

Submitted by razormist on
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.

Tennis Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Tennis Game using HTML&CSS in VanillaJS with Source Code - The program offers a straightforward showcase of playing a 2D tennis game within a web browser. Players compete to gain scores in this vanilla JavaScript project, which incorporates novel coding techniques for game development. JavaScript Source Code.

Breakout Game using jQuery in JavaScript with Source Code

Submitted by razormist on
Breakout Game using jQuery in JavaScript with Source Code - An arcade-style game that uses the jQuery library where you need to break the bricks to score points. The player can play the game using either the mouse or keyboard. You are given only 3 lives to finish the game. JavaScript Source Code.

Checker Game(Multiplayer) in VanillaJS with Source Code

Submitted by razormist on
Checker Game(Multiplayer) in VanillaJS with Source Code - A board game created purely in JavaScript where two players can compete against each other. The gameplay mechanics of the game are the same as the original, where you can move your pieces diagonally to capture the opponent's pieces. JavaScript Source Code.

Balloon Popper Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Balloon Popper Game using HTML&CSS in VanillaJS with Source Code - A web browser game application created purely in JavaScript where you pop balloons to score points. The project is very fun and enjoyable, requiring you to dash left and right while controlling a sharp object to pop the balloons. JavaScript Source Code.

Hangman Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Hangman Game using HTML&CSS in VanillaJS with Source Code - A web game application coded purely in JavaScript where you need to guess a hidden word. The game itself is very tricky and fun. The player can choose a category for the word to be guessed. JavaScript Source Code.