https://github.com/fishfolk/bomby
Fishy Bomberman game made with Rust and Bevy
https://github.com/fishfolk/bomby
bevy game pixel-art rust
Last synced: 1 day ago
JSON representation
Fishy Bomberman game made with Rust and Bevy
- Host: GitHub
- URL: https://github.com/fishfolk/bomby
- Owner: fishfolk
- License: apache-2.0
- Created: 2022-08-31T09:25:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T00:57:53.000Z (3 months ago)
- Last Synced: 2025-04-05T01:22:43.627Z (24 days ago)
- Topics: bevy, game, pixel-art, rust
- Language: Rust
- Homepage:
- Size: 9.43 MB
- Stars: 47
- Watchers: 6
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Fish Folk: Bomby
[](https://discord.gg/4smxjcheE5)
Fish with bombs.
https://user-images.githubusercontent.com/583842/196045851-16923828-a075-49fc-a760-1482fe6d0a84.MOV
This game is part of the [Fish Folk](https://spicylobster.itch.io/jumpy/devlog/412030/welcome-to-the-world-of-fish-folk) bundle! Take a look at some of the other games being worked on:
- [Jumpy](https://github.com/fishfolks/jumpy)
- [Punchy](https://github.com/fishfolks/punchy)
- [Folly](https://github.com/fishfolks/folly)
- [Ballsy](https://github.com/fishfolks/ballsy)## Getting Started
The easiest way to build and run *Bomby* is by using Cargo. The easiest way to set cargo up is by using [rustup](https://rustup.rs/).
Then, you can run the game with
```console
$ cargo run --release
```If you are using wayland, you can use
```console
$ cargo run --release --no-default-features --features wayland
```## Contributing
Anyone involved in the Fish Folk community must follow our [code of conduct](https://github.com/fishfolks/jumpy/blob/main/CODE_OF_CONDUCT.md).
*Fish Folk: Bomby* 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](https://discord.gg/4smxjcheE5) or check our [issue tracker](https://github.com/fishfolk/bomby/issues).
Before committing and opening a PR, please run the following commands and follow their instructions:
```console
$ cargo clippy
$ cargo fmt
```## License
*Fish Folk: Bomby* source code is dual-licensed under either
- MIT License ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))at your option.
Fish Folk media assets are Copyright (c) 2020-2022 Spicy Lobster Developers and licensed as [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.