Kebb is a game for keyboard enthusiasts which allows you to test and improve your typing skills. 🚀
Go to options to select the amount of letters, the speed and try to press all of the letters !
It currently works with QWERTY, AZERTY, BÉPO and optimot layouts.
Pre-built packages for Debian & Arch based distributions are available on the Releases page.
- Make
- CMake >= 3.24
- g++
- Clone this repo:
git clone https://github.com/flinguenheld/kebb
- Create a build directory in the top level directory:
mkdir build && cd build
- Compile:
cmake -DRELEASE_LINUX=ON .. && make
💡 The flag RELEASE_LINUX=OFF allows to use the fonts and option files in the build folder.
- Run:
./kebb
Colors come from the Catppuccin Mocha theme. 😸
Fonts come from 1001 fonts
Udacity snake game that I used to start.