Initial commit with some general finger painting. I'll be hacking on this in a terrible order and just doing things that seem interesting to me at the time. I kinda-sorta have a general idea of what the end product would look like; but this is just an exercise in messing around with Rust and trying to do some actual programming work that I find remotely interesting. This long commit message is here to remind me down the road of the origins and how far I've come. Hopefully future me is reading this as a reasonable skilled Rustacean with a fun little game to play.
8 lines
92 B
TOML
8 lines
92 B
TOML
[package]
|
|
name = "thacko"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|