aruvham / javascript-arkanoid

A rendition of the classic NES game Arkanoid built with JavaScript

Home Page:https://arkanoid-aruvham.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javascript-arkanoid

javascript-arkanoid is rendition of the classic NES game Arkanoid. Built using p5.js to render all the graphics and p5.sound for the sound effects.

d3-mini-game gameplay screenshot

Features

  • Sprites and sound effects from the original game

  • 10 different levels to choose from

  • 6 power-ups to enhance gameplay:

    • Extra Life: Increases your lives count by one
    • Triple: Adds two extra balls to the screen
    • Expand: Makes your ship longer for easier gameplay
    • Magnet: Makes your ship magnetic, balls won't bounce from your ship anymore
    • Laser: Gives your ship the ability to shoot lasers, destroying blocks in their way
    • Ball Shower: Embrace the chaos!
  • 3 types of blocks:

    • Color Blocks: take one hit to destroy
    • Silver Blocks: take two to destroy
    • Golden Blocks: can never be destroyed, can you find a way around them?

d3-mini-game gameplay screenshot

About

A rendition of the classic NES game Arkanoid built with JavaScript

https://arkanoid-aruvham.herokuapp.com/


Languages

Language:JavaScript 98.3%Language:HTML 1.7%