https://github.com/toasterbirb/birbtype
[MIRROR] Typing game inspired by monkeytype
https://github.com/toasterbirb/birbtype
Last synced: 22 days ago
JSON representation
[MIRROR] Typing game inspired by monkeytype
- Host: GitHub
- URL: https://github.com/toasterbirb/birbtype
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2023-01-30T15:45:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T16:38:47.000Z (over 3 years ago)
- Last Synced: 2025-03-03T04:30:05.008Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BirbType
Minimalist typing game inspired by [Monkeytype](https://monkeytype.com/). The game is made using the [Birb2D](https://github.com/Toasterbirb/Birb2D) game engine
## Keybindings
- `Left click` and `Right click` to change the background color
- `Backspace` to go back by one letter (kinda expected :P)
- `LCTRL + Backspace` to go back by one word
- `LCTRL + U` clears the entire line
- `LCTRL + R` restarts the WPM counter and randomizes the words to type
- `Page Up` and `Page down` changes the text size
## Building the project
```sh
git clone --recursive https://github.com/Toasterbirb/BirbType
cd BirbType
mkdir build ; cd build
cmake .. && cmake -j$(nproc)
```