Avoid the Knifes is an open-source project written in Rust using the Bevy game engine. This project is a playground to help me learn more about Rust and Bevy while creating a fun and interactive game. The primary objective of the game is to avoid falling knives while collecting coins to increase your score.
As I continue to learn, I will be gradually adding new features to enhance the game.
To play or contribute to Avoid the Knives, you'll need to have Rust and Cargo installed. Follow the steps below to get started:
Clone the repository:
git clone https://github.com/bayslak/avoid-the-knifes.git
cd avoid-the-knifesRun the game:
cargo runOnce the game is running, use the following controls to play:
A and D or <- and -> keys to move left and right.Contributions are welcome! Whether it's bug reports, feature requests, or pull requests, your input is greatly appreciated.
To contribute:
git checkout -b feature-branch).git commit -m 'Add some feature').git push origin feature-branch).Please make sure your code follows the Rust and Bevy conventions.
This project is licensed under the MIT License.
If you have any questions, feel free to reach out by opening an issue on the GitHub repository.