Skip to content

briantre/briantre.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkanoid Clone

A classic Arkanoid/Breakout clone built with HTML5 Canvas and JavaScript.

Game Features

  • Classic brick-breaking gameplay
  • Mouse and keyboard controls
  • Multiple levels with increasing difficulty
  • Color-coded bricks
  • Score tracking
  • Lives system
  • Pause functionality

How to Play

  1. Open index.html in a web browser
  2. Click anywhere on the game screen or press the SPACE key to start
  3. Use the mouse or left/right arrow keys to move the paddle
  4. Break all bricks to advance to the next level
  5. Press 'P' to pause/resume the game

Controls

  • Mouse Movement: Move the paddle left and right
  • Left/Right Arrow Keys: Move the paddle
  • P Key: Pause/Resume the game
  • Space Bar/Click: Start the game

Game Mechanics

  • The ball will bounce off walls, bricks, and the paddle
  • Breaking bricks earns you points
  • If the ball falls below the paddle, you lose a life
  • You have 3 lives to complete as many levels as possible
  • Each level increases the ball speed slightly for added challenge

Development

This game is built using:

  • HTML5
  • CSS3
  • JavaScript (vanilla, no frameworks)

Feel free to modify the game's appearance and mechanics by editing the CSS and JavaScript files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages