rust_trivia_cli

Crates.iorust_trivia_cli
lib.rsrust_trivia_cli
version0.1.0
created_at2025-11-11 22:39:02.660557+00
updated_at2025-11-11 22:39:02.660557+00
descriptionA Rust command-line trivia game featuring both Rust-related and general knowledge questions.
homepage
repositoryhttps://github.com/yourusername/rust_trivia_cli
max_upload_size
id1928309
size19,637
(kuochr58)

documentation

README

Rust Trivia CLI

Rust Trivia CLI is a command-line trivia game built in Rust that tests players on both Rust programming concepts and general knowledge. The project demonstrates the use of structs, enums, ownership, control flow, and modular design in Rust — all while keeping the experience fun and interactive.

Features

  • Multiple difficulty levels (Easy, Medium, Hard)
  • Mix of Rust-related and general trivia questions
  • Color-coded feedback for correct and incorrect answers
  • Scoring system with points, accuracy, and streak tracking
  • A fun storyline with Valtor, the dragon who reacts to your performance

How to Run

  1. Clone the repository and open the folder:
    git clone https://github.com/kuochr58/rust_trivia_cli
    cd rust_trivia_cli
    
    
Commit count: 0

cargo fmt