Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandwoodjones/password_game

A password game implementation in rust
https://github.com/sandwoodjones/password_game

Last synced: about 6 hours ago
JSON representation

A password game implementation in rust

Awesome Lists containing this project

README

        

# The password game
An implementation of [neal's password game](https://neal.fun/password-game/) in Rust with a focus on accuracy.

A password valid in this implementation **should** also be valid in the regular game (given the same random factors).

This project includes:
* A tiny chess engine subpackage for calculating best possible chess move.

> [!IMPORTANT]
> This program requires a UTF-8 capable terminal.