![]() |
Hangman in Rust - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Programming Discussion (https://bpforums.info/forumdisplay.php?fid=34) +--- Forum: Other (https://bpforums.info/forumdisplay.php?fid=44) +--- Thread: Hangman in Rust (/showthread.php?tid=911) |
Hangman in Rust - brandonio21 - 03-30-2016 After about a year hiatus, I have decided to come back to Rust. When I was learning it previously, I wrote "rustic tac toe" This time around, I decided to write a very simple Hangman game. It isn't anything special, but when you write your first few programs in a new language, they feel special. I just wanted to share the program with you guys ![]() I have attached the output of git-archive for your perusal. ![]() I have also attached the standalone binaries (Compiled on ArchLinux 4.4.5-1). ![]() Don't be shy to check it out, but also don't be shy to offer criticism! I am still new when it comes to Rust. RE: Hangman in Rust - NigelMab - 02-03-2018 Are you still playing Rust bro? Like yourself, I always seem to go back to Rust after a hiatus. It always ends the same way since I usually don't have anyone to team up with. RE: Hangman in Rust - brandonio21 - 02-04-2018 > Are you still playing Rust bro? Well, this post is actually Rustlang, not the game. I've never actually played Rust - but Fortnite is pretty fun! |