Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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