A GUI hangman game made using eframe & egui. Inspired from a random Youtube Video.
Listed in the Cargo.toml
Just run the binary from the release window.
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspiration, code snippets, etc.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Clone the repo
git clone https://github.com/W4ff1e/rusty-hangman.git
- Build the project
cargo build
After building the project, you can run the game with the following command:
cargo run
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Discord - @w4ff1e - Email: Waffle
Project Link: https://github.com/W4ff1e/rusty-hangman