Skip to content

flinguenheld/kebb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kebb

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.


Install from package

Pre-built packages for Debian & Arch based distributions are available on the Releases page.


Manual install

Dependencies
  • Make
  • CMake >= 3.24
  • g++
Build
  1. Clone this repo: git clone https://github.com/flinguenheld/kebb
  2. Create a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake -DRELEASE_LINUX=ON .. && make

    💡 The flag RELEASE_LINUX=OFF allows to use the fonts and option files in the build folder.

  4. Run: ./kebb

Thanks

Colors come from the Catppuccin Mocha theme. 😸
Fonts come from 1001 fonts
Udacity snake game that I used to start.