Skip to content

Commit

Permalink
Readme: add base
Browse files Browse the repository at this point in the history
  • Loading branch information
flinguenheld committed Oct 10, 2024
1 parent 56257f1 commit 4fb3785
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Binary file added images/base.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/keyboard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/maths.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/vocabulary.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## gym 💪

Maintain your memory level with gym !
This small game allows you to practice mental arithmetic in your terminal. 🧠
This simple game allows you to practice mental arithmetic in your terminal. 🧠

```
CTL+C or ESC to quit.
Expand All @@ -21,12 +21,19 @@ This small game allows you to practice mental arithmetic in your terminal. 🧠
### Keyboard
Don't tell me you've changed your layout again 😮‍💨

`gym --keyboard <KEYBOARD> (L)etters (C)aps (N)umbers (S)ymbols (1..) nb characters [default: 3]`
`gym --keyboard <KEYBOARD> (L)etters (C)aps (N)umbers (S)ymbols (1..) nb characters [default: 3]`

<div align="center">
<img src="./images/keyboard.gif">
</div>

### Base

`gym --base <BASE> (B)inary (D)ecimal (H)exadecimal (10..) maximal value`

<div align="center">
<img src="./images/base.gif">
</div>

### Vocabulary
Unbelievable! You can also practice you vocabulary in your terminal 🤯
Expand Down

0 comments on commit 4fb3785

Please sign in to comment.