Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.68 KB

Breakout

Sonarcloud Status CI contributions welcome semistandard ECMAScript license

Remake of the classic game with meteors. Bricks have varying strengths (from hard to easy: red, orange, blue, green).

button

Controls

  • With mouse

    • Paddle follow mouse
  • With keyboard

    • Goes left by pressing LEFT.
    • Goes right by pressing RIGHT.
  • Pause the game by pressing P.

Continous Integration

It is setup using GitHub Actions in .github/workflows/lint.yml

Contribution

Feel free to contribute according to the semistandard rules and latest ECMAScript Specification.

Distribution

You can distribute this software freely under GNU GPL v3.0.