Skip to content

IdrisB23/arkanoid-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TL;DR

How to run the app

Install dependencies

  1. make sure you have npm (node package manager) installed (PS. it comes shipped with node, the JavaScript runtime environment)
  2. run npm install. This will fetch the packages declared in ./package.json and install them. If you run into issues, try temporarily deleting/moving ./packager-lock.json and retry this step

About

Rudimentary arkanoid game in pure typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published