Project Source Code

Background Color Flipper App in VanillaJS with Source Code

Submitted by razormist on
Background Color Flipper App in VanillaJS with Source Code - A color flipper created purely in JavaScript that dynamically changes the background color. This program allows the user to change the background color by clicking the button to decide on the color scheme to use. JavaScript Source Code.

Frogger Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Frogger Game using HTML&CSS in VanillaJS with Source Code - An arcade-style game coded purely in JavaScript where your goal is to safely cross the road. The player can control the character using the keyboard. You must avoid getting hit by cars on the road and jump on top of planks to cross the river. 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.