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
- Host: GitHub
- URL: https://github.com/bwca/app_wasm-breakout-game
- Owner: Bwca
- License: mit
- Created: 2019-08-18T06:41:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T16:36:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T20:16:56.754Z (over 1 year ago)
- Language: TypeScript
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)