A 2.5D side-scroller beat-’em-up, made in Bevy. Inspired by games like Little Fighter 2, River City Ransom and many more.
https://user-images.githubusercontent.com/1379590/215623680-2abbd867-717c-42d3-898c-aa7d110e0e0c.mp4
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.
If you wish to check out changes not yet made it into a release, you can build the game for yourself.
git clone git@github.com:fishfolks/punchy.git
cargo run
to compile and run the project.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
.