rustle-game

Crates.iorustle-game
lib.rsrustle-game
version0.1.0
sourcesrc
created_at2022-04-07 03:27:41.200877
updated_at2022-04-07 03:27:41.200877
descriptionPlay wordle and nerdle in your terminal
homepagehttps://github.com/tylerthecoder/rustle
repositoryhttps://github.com/tylerthecoder/rustle
max_upload_size
id563439
size1,038,274
Tyler Tracy (tylerthecoder)

documentation

README

Rustle

Play wordle and nerdle in the terminal.

Install

You can install the package directly from cargo cargo install rustle-game

TODO

These will move to (Github Issues)[https://github.com/tylerthecoder/rustle/issues]

  • Add divide to the equation gen
    • The challenge here is the output of mul(a,b) is not continuous like add(a,b) is
    • Might just have to skip the times where it messes up because of this
  • Turn into an executable (rustle) with options -n to play nerdle -l for length of word/equation
  • Cache some of the functions. Output bounds of a equation structure is always the same. This may only need to be done if the program is noticeably slow.
  • Deploy by having a place to curl from my website (curl files.tylertracy.com/rustle | bash)
Commit count: 15

cargo fmt