Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```