Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imbenrabi/wasm_gold_rush


https://github.com/imbenrabi/wasm_gold_rush

Last synced: about 1 month ago
JSON representation

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