Simple Program

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.

Word Scramble Game in VanillaJS with Source Code

Submitted by razormist on
Word Scramble Game in VanillaJS with Source Code - A word game coded purely in JavaScript where the player must unscramble words before the time runs out. The program is straightforward; you need to carefully understand the hint in order to determine the correct word. 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.