diff --git a/README.md b/README.md index 7b5b7fa..2afe86f 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,25 @@ [![CI](https://github.com/epic-64/binbreak/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/epic-64/binbreak/actions) [![Built With Ratatui](https://ratatui.rs/built-with-ratatui/badge.svg)](https://ratatui.rs/) -https://github.com/user-attachments/assets/4413fe8d-9a3f-4c00-9c1a-b9ca01a946fc +![splash.gif](docs/splash.gif) Guess the correct number (from binary to decimal) before time runs out! -![sc3.png](docs/sc3.png) +![sc10.png](docs/sc10.png) Or lose a life trying. -![sc4.png](docs/sc4.png) +![sc11.png](docs/sc11.png) -Includes 16-bit mode as well, when you feel a little bit insane. -![sc6.png](docs/sc6.png) +Includes up to 16-bit modes for the ultimate challenge. +![sc13.png](docs/sc13.png) Includes multiple 4-bit modes, to train individual nibbles. -![sc5.png](docs/sc5.png) +![sc14.png](docs/sc14.png) -## Colorblind friendly -I discovered usability issues early on while testing on a monochromatic terminal emulator, -and took this as a challenge to make it work well regardless of color perception. -![sc7.png](docs/sc7.png) +All bit-modes can also be played in signed or unsigned mode. (toggle via left/right keys) +![signed-toggle.gif](docs/signed-toggle.gif) + +Signed mode includes negative numbers and requires knowledge of two's complement. +![sc12.png](docs/sc12.png) ## Can you crack the high score? The longer your streak, the more points you get, but the faster the timer runs out! diff --git a/docs/sc10.png b/docs/sc10.png new file mode 100644 index 0000000..727253b Binary files /dev/null and b/docs/sc10.png differ diff --git a/docs/sc11.png b/docs/sc11.png new file mode 100644 index 0000000..63bb63c Binary files /dev/null and b/docs/sc11.png differ diff --git a/docs/sc12.png b/docs/sc12.png new file mode 100644 index 0000000..3e37fd8 Binary files /dev/null and b/docs/sc12.png differ diff --git a/docs/sc13.png b/docs/sc13.png new file mode 100644 index 0000000..04abb0e Binary files /dev/null and b/docs/sc13.png differ diff --git a/docs/sc14.png b/docs/sc14.png new file mode 100644 index 0000000..ed092ba Binary files /dev/null and b/docs/sc14.png differ diff --git a/docs/signed-toggle.gif b/docs/signed-toggle.gif new file mode 100644 index 0000000..d96ac5f Binary files /dev/null and b/docs/signed-toggle.gif differ diff --git a/docs/splash.gif b/docs/splash.gif index 3e1b947..41678c5 100644 Binary files a/docs/splash.gif and b/docs/splash.gif differ