Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandwoodjones/password_game
- Owner: SandWoodJones
- Created: 2024-06-06T15:17:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T15:45:28.000Z (4 months ago)
- Last Synced: 2024-06-28T17:12:14.384Z (4 months ago)
- Language: Rust
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.