Fish Folk: Punchy
A 2.5D side-scroller beat-’em-up, made in Bevy. Inspired by games like Little Fighter 2, River City Ransom and many more.
2023-01-30.18-54-26.mp4
Web Build
We keep our web build current with our latest relese.
https://fishfolk.github.io/punchy/player/latest/
Previous versions of the web build can also be found linked on their respective release pages.
Building current development version
If you wish to check out changes not yet made it into a release, you can build the game for yourself.
- If you dont have it installed already, Install rust and the latest stable toolchain with rustup.rs.
- If you are running Linux, ensure you have Bevy's dependancies installed.
- Clone this repository:
git clone [email protected]:fishfolks/punchy.git
- In the repository base,
cargo run
to compile and run the project.
Contributing
Anyone involved in the Fish Folk community must follow our code of conduct.
Punchy is currently at an early stage of development, if you want to contribute the best way to get started is to join us at the Spicy Lobster Discord and check out our help-wanted issues.
Before committing and opening a PR, please run the following commands and follow their instructions:
cargo clippy -- -W clippy::correctness -D warnings
cargo fmt
Or if you install just
you can simply run just check
.