I am trying to enhance my ability to be a multifaceted engineer by learning more coding languages. This project I used the Rust language to make a hangman game using the terminal and the cargo tool that is frequently used by Rust programmers. I love making fun games that can be played so this project was super fun to put together and I enjoy the Rust language.
- Rust Programming Language
- std::io;
- rand::Rng;
- std::time::Duration;
- std::thread;
- std::collections::HashSet;
- Cargo Tool
- rand library
- Visual Studio Code
- Windows Terminal
- Add HTML and CSS to make the user interface look better
- Create a larger word bank with broad possibilities
- Add a way to input the entire word once the user knows what it is so that they do not have to input every letter