Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 247 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 247 Bytes

Breakout! Game - Desktop

Desktop version of HTML/CSS/JS Breakout! game using the NW.js SDK (Node-Webkit)

Tutorial - https://youtu.be/5UsGnjPYxLU

Usage

npm install

# Run app
npm run dev

# Build app
npm run prod