Skip to content

Classic arcade Asteroid Deluxe revival in HTML5 + TypeScript ๐Ÿš€๐Ÿ”ซ

Notifications You must be signed in to change notification settings

yackx/rockblaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Rock Blaster

Classic arcade revival in HTML5 + TypeScript

Install

This project uses vite.js.

$ npm install

Run

Launch with hot reload:

$ vite

Build

Build the project:

$ vite build

Develop

See targets in package.json to run linter and make code pretty.

Known limitations and issues

  • Keyboard required (you cannot play on a tablet)
  • Sound is broken on Safari

Credits