Javascript Game Programming

Breakout Game in Vanilla JS with Source Code

Submitted by razormist on
Breakout Game in Vanilla JS with Source Code - A classic arcade-style game created purely using JavaScript, featuring the timeless concept of breaking blocks. The game's mechanics are straightforward, requiring players to control the paddle to balance the ball while strategically destroying the blocks. JavaScript Source Code.

Minesweeper Game in Vanilla JS with Source Code

Submitted by razormist on
Minesweeper Game in Vanilla JS with Source Code - A puzzle-style game created purely with JavaScript, this game is a clone of the classic and mind-bending Minesweeper. The gameplay is quite tricky, requiring players to carefully dig up the ground while avoiding hitting mines in order to win the game. Javascript Source Code.