Skip to content

This is a semestral group project from a Rust programming course at FI MUNI. It has been developed with a help of two other students: Přemysl Bednárek, Frederik Fedorko and Marek Skácelík.

License

Notifications You must be signed in to change notification settings

TrawenCZ/clihoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Clihoot and why are you in love already? 🤔

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.

Blazingly fast 🚀, edge cutting performance 🏎️, uses Rust btw


Getting started with Development 🛠️

The development mode currently only supports Linux-based operation systems (but we plan to extend this in the future! 🤗).

  1. 🔊 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 distributions

    Debian (Ubuntu)
    sudo apt install libasound2-dev

    and alsa-lib-devel on Fedora

    Fedora
    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).


  2. ✨ 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.

About

This is a semestral group project from a Rust programming course at FI MUNI. It has been developed with a help of two other students: Přemysl Bednárek, Frederik Fedorko and Marek Skácelík.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages