Web Games JavaScript, JQuery, HTML5 canvas
Brick Breaker
Move your paddle by moving the mouse left and right to hit the ball into the bricks. Click to start or pause.
View Code
(JavaScript
, HTML5 <canvas>
)
Tic Tac Toe
This game is played by 2 players alternating turns. Each turn a player clicks an empty tile to place a mark. The first player to place 3 marks in a row wins.
View Code
(JavaScript
, jQuery
)