Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

novedevo/lose_at_hangman_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lose_at_hangman_rs

Doing its best to beat you at hangman.

This project is hosted on Oracle Cloud at hangman.nove.dev, cached and proxied by Cloudflare.

The next version of Rocket will be compiled with stable Rust, but until then, this project needs to be compiled with a nightly toolchain. This can be accomplished by running, e.g., rustup default nightly

Running cargo run --bin hangman_server will run the web server, which is the most ergonomic way to play hangman. I recommend building it in release mode, as this is a CPU-bound project on most systems, and rustc optimizations are powerful. Find it at localhost:8000/hangman in your browser of choice, or run it on a server, exposed to the world. It's up to you.