Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bohdanmoroziuk/arkanoid-ts
Classic 2D Arkanoid game written in TypeScript.
https://github.com/bohdanmoroziuk/arkanoid-ts
arkanoid canvas canvas-game typescript
Last synced: 27 days ago
JSON representation
Classic 2D Arkanoid game written in TypeScript.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/arkanoid-ts
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-03-06T13:27:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T09:02:37.000Z (over 1 year ago)
- Last Synced: 2023-12-05T18:49:14.030Z (about 1 year ago)
- Topics: arkanoid, canvas, canvas-game, typescript
- Language: TypeScript
- Homepage:
- Size: 3.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arkanoid-ts
> Classic 2D Arkanoid game written in TypeScript
## Preview
![arkanoid-ts](./arkanoid-ts.png)
## Install the dependencies
```bash
npm install
```### Start the game in development mode
```bash
npm start
```