Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 377 Bytes

what is this?

The classic breakout game. Written in js (es2015). Thanks to Electron, this game can be played on windows, mac and linux.

get started

  1. download and install the internet: npm install
  2. start the game: npm start 🎉

controls

  • steer with the left and right arrow keys
  • restart with <cmd> + <r> on mac (or <ctrl> + <r> on windows/linux)