KSonny4 / Arkanoid

Arkanoid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arkanoid

Semestral project for KAJ course.

This game is called Arkanoid made in 1986.

Simply move the slider to the left or right using arrow keys. The game ends when you miss the ball with the slider. Press the "Play" button and then space key when you are ready to play.

The game runs in script.js where the game is created in constructor. Then the game runs in gameloop where we constantly check the possition of the ball with wall, paddle and the bricks.

About

Arkanoid


Languages

Language:JavaScript 68.1%Language:CSS 19.2%Language:HTML 12.6%