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

https://github.com/bwca/app_wasm-breakout-game

A breakout game built using Web Assembly
https://github.com/bwca/app_wasm-breakout-game

Last synced: 12 months ago
JSON representation

A breakout game built using Web Assembly

Awesome Lists containing this project

README

          

# wasm-breakout-game
A breakout game built using Web Assembly

# empty-project

Empty project.

## Building and running on localhost

First install dependencies:

```sh
npm install
```

To run in hot module reloading mode:

```sh
npm start
```

To create a production build:

```sh
npm run build-prod
```

## Running

```sh
node dist/bundle.js
```

## Credits

Made with [createapp.dev](https://createapp.dev/)