Game Programming

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.

Chess Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Chess Game using HTML&CSS in VanillaJS with Source Code - A classic board game built purely in JavaScript where players can compete with an AI or another player. The game mechanics are the same as the original chess game, where you need to capture the enemy king piece to win. JavaScript Source Code.