Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhmoller/blobs-and-bullets
A local multiplayer co-op twin-stick shooter running in the browser. Written in Rust using web-sys for accessing browser APIs.
https://github.com/rhmoller/blobs-and-bullets
Last synced: about 1 month ago
JSON representation
A local multiplayer co-op twin-stick shooter running in the browser. Written in Rust using web-sys for accessing browser APIs.
- Host: GitHub
- URL: https://github.com/rhmoller/blobs-and-bullets
- Owner: rhmoller
- Created: 2020-05-21T09:55:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:59:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:06:15.203Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 784 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A small browser game written in Rust.
It is a local co-op twin-stick shooter, where you and your friend can try to defeat a horde of blobby monsters.
This is my first non-trivial Rust project.
## Install and run
```sh
npm install
npm start
```I have written a post on my new homepage about my experience writing this game: [Rust, WebAssembly and web-sys](https://rhmoller.dev/posts/2020/my-experience-with-rust-and-websys/)