#wordle #play #terminal #nerdle

app rustle-game

在终端中玩wordle和nerdle

1 个不稳定版本

0.1.0 2022年4月7日

#929游戏

自定义许可证

285KB
499

Rustle

在终端中玩wordle和nerdle。

安装

您可以直接从cargo安装该软件包 cargo install rustle-game

待办事项

这些将移至(Github Issues)https://github.com/tylerthecoder/rustle/issues

  • 在方程生成器中添加除法
    • 这里的挑战是mul(a,b)的输出不像add(a,b)那样连续
    • 可能只需要跳过因为这个问题而出错的地方
  • 将其转换为可执行文件(rustle),带有选项 -n 来玩nerdle -l 为单词/方程长度
  • 缓存一些函数。方程结构的输出界限总是相同的。这可能只有在程序明显变慢时才需要做。
  • 通过在我的网站上提供一个curl的位置来部署(curl files.tylertracy.com/rustle | bash)

依赖关系

~3.5MB
~67K SLoC