https://github.com/idrisb23/arkanoid-game
Rudimentary arkanoid game in pure typescript.
https://github.com/idrisb23/arkanoid-game
typerscript
Last synced: over 1 year ago
JSON representation
Rudimentary arkanoid game in pure typescript.
- Host: GitHub
- URL: https://github.com/idrisb23/arkanoid-game
- Owner: IdrisB23
- Created: 2024-10-10T22:15:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-26T22:29:10.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:14:31.914Z (over 1 year ago)
- Topics: typerscript
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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