Ever woke up, wanted to play Kahoot but realized you don't have a browser? 😟
We all have this kinda mornings, but don't you worry anymore cuttie! We're here to help!🎉
This is not just an state of the art code base, it's a never-ending story we are going to forge together.
Try Clihoot - a Kahoot (⬅️🥴) alternative in terminal user interface.
⚠️ Independent studies found out this application is highly addictive and users tends to create a deep relationships leading to multiple euphoric stages.
The development mode currently only supports Linux-based operation systems (but we plan to extend this in the future! 🤗).
-
🔊 To be able to play audio in the background, you will need the ALSA development files (yep, some technical stuff 🥱). These are provided as part of the
libasound2-dev
package on Debian and Ubuntu distributionsDebian (Ubuntu)
sudo apt install libasound2-dev
and
alsa-lib-devel
on FedoraFedora
dnf install alsa-lib-devel
🗒️ Note that you are not forced to use this feature, it is even disabled by default. You can enable it by including
--features audio
flag in cargo-based commands (e.g.,cargo run --features audio
).
-
✨ And yeah, that's it, just run
cargo run
and enjoy! (or suffer, that's optional)
Hint💡
If you want to try out some stuff, there is an example question set ready for you. You can find it in the examples folder. Have fun!
Created in 2025 by Přemysl Bednárek, Frederik Fedorko, Marek Skácelík and Adam Slíva.