Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imbenrabi/wasm_gold_rush
https://github.com/imbenrabi/wasm_gold_rush
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imbenrabi/wasm_gold_rush
- Owner: imbenrabi
- Created: 2022-02-09T13:23:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T15:18:30.000Z (over 2 years ago)
- Last Synced: 2023-03-07T20:17:08.729Z (almost 2 years ago)
- Language: Rust
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gold Rush Game using Web Assembly
## General description
- Two player game to get as much gold as possible.
- Built with Rust and Typescript.## Installation
```sh
yarn
```## Starting a dev server
```sh
yarn start
```Will watch both Typescript and Rust
## Building for production
```sh
yarn build
```