Javascript Game Programming

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.

Snake Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Snake Game using HTML&CSS in VanillaJS with Source Code - A Snake Clone game created purely in JavaScript language as a web application. This game follows the same mechanics as the original snake game, where the player needs to acquire food that appears randomly on the screen. JavaScript Source Code.

SOS Game using HTML and CSS in VanillaJS with Source Code

Submitted by razormist on
SOS Game using HTML and CSS in VanillaJS with Source Code - A board game created purely in JavaScript where your opponent is a smart AI. The player must align the SOS in (horizontal, vertical, diagonal) to score, and the first player with the most points will win the game. JavaScript Source Code.