Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added two games #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Attribution-ShareAlike 4.0 International License</a>.

- [Applications](#applications)
- [Visualization](#visualization)
- [Games](#games)
- [Development Tools](#development-tools)
- [Build and Workflow Orchestration](#build-and-workflow-orchestration)
- [Inspecting `.wasm` Binaries](#inspecting-wasm-binaries)
Expand Down Expand Up @@ -57,6 +58,10 @@ Attribution-ShareAlike 4.0 International License</a>.

* [wasmbooth](https://github.com/mtharrison/wasmbooth) — Video effect booth written in Rust and WebAssembly.

### Games
* [sandspiel](https://maxbittker.com/making-sandspiel) — An open source falling sand game written in Rust and WebAssembly.
* [sokowasm](https://github.com/tcosmo/sokowasm) — Minimalistic Sokoban rust/WASM implementation.

## Development Tools

### Build and Workflow Orchestration
Expand Down