Skip to content

Commit

Permalink
feat(readme): added details and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 20, 2024
1 parent 39facb4 commit a683148
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@

[![MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/license/mit/)

<!-- FIXME: add a screenshot -->
<div align="center">
<img src="screenshot.png" alt="Description" width="300"/>
</div>

## Performance

<!-- FIXME: add information -->
- Rust
- WASM
- `&str` and `u8`
🔫
This is the fastest Sudoku game in the West!

- Built with [Rust 🦀](https://rust-lang.org)
and [Dioxus](https://dioxuslabs.com).
- Compiles to [Web Assembly (WASM)](https://webassembly.org/).
- Efficient stack-allocated data structures with `&str` and `u8` everywhere.
- Fast sudoku generation using the [`sudoku`](https://lib.rs/sudoku) crate.

After seeing my mom playing her favorite game in an ad-plagued spyware in
her mobile phone, I've built this for her.

## License

Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a683148

Please sign in to comment.