Starting out and tooling around
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.
This commit is contained in:
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "thacko"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
Reference in New Issue
Block a user