Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukinarit/flappy_ferris
:crab: Cross platform flappy bird like game in Rust.
https://github.com/yukinarit/flappy_ferris
game linux macos quicksilver rust webassembly windows
Last synced: 20 days ago
JSON representation
:crab: Cross platform flappy bird like game in Rust.
- Host: GitHub
- URL: https://github.com/yukinarit/flappy_ferris
- Owner: yukinarit
- Created: 2019-07-21T14:22:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T23:53:10.000Z (over 3 years ago)
- Last Synced: 2024-10-04T00:42:23.614Z (about 1 month ago)
- Topics: game, linux, macos, quicksilver, rust, webassembly, windows
- Language: Rust
- Homepage: https://yukinarit.github.io/flappy_ferris/demo/index.html
- Size: 7.49 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flappy Ferris
=============![](demo.gif)
Setup
-----* Debian / Ubuntu
```
$ sudo apt install libudev-dev zlib1g-dev alsa libasound2-dev
```
* CentOS / RHEL
```bash
$ sudo yum install systemd-devel zlib-devel alsa-lib-devel
```Run
---* Run on macOS/Linux
```bash
$ cargo run
```* Run as WebAssembly
```bash
$ cargo web start
```License
-------MIT