This is an interactive quiz application built with Godot 4.4.1.
It allows users to practice numerical methods through randomly selected problems from a local SQLite database.
- 🧠 Randomized questions by topic and difficulty
- ⏱ Countdown timer per question
- 🎯 Instant validation and scoring
- 💾 Offline local database (SQLite)
- 🖥️ Exportable to Windows and macOS
Start.tscn: Start screen with "Begin" buttonProblem.tscn: Main quiz screen with question, answer input, and scoreEnd.tscn: Final screen with total pointsbanco.db: SQLite database with categorized numerical method problems
- Godot Engine 4.4.1
- GDScript
- SQLite
- Bisection method
- Newton-Raphson
- Interpolation (Lagrange, Newton)
- Gauss methods
- Euler methods
- Simpson’s Rule
- Runge-Kutta and more
- Open with Godot Engine 4.4.1
- Run
Start.tscn - Enjoy the quiz and track your performance
Feel free to fork or modify the project for learning or teaching purposes.
