Skip to content

I created a Hangman Project to practice my skills in the Rust programming language.

Notifications You must be signed in to change notification settings

Perrshan/Hangman-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Software Demo Video

Development Environment

  • Rust Programming Language
    • std::io;
    • rand::Rng;
    • std::time::Duration;
    • std::thread;
    • std::collections::HashSet;
  • Cargo Tool
  • rand library
  • Visual Studio Code
  • Windows Terminal

Useful Websites

Future Work

  • 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

About

I created a Hangman Project to practice my skills in the Rust programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages