Hi everyone!
I’ve released a small console game called Roman Quiz
It’s a Python-based game where you practice converting numbers between Roman numerals and regular integers.
You can:
Convert Roman numerals → numbers
Convert numbers → Roman numerals
Check your answers and improve your understanding of Roman numeral rules
The game randomly generates numbers from 1 to 3999 and helps you practice both directions of conversion.
📌 In the main menu, you need to enter 1, 2, or 3 to choose an option:
1 — Roman → number
2 — number → Roman
3 — exit
It is a Windows console application.
It is in Russian language.
It’s a simple educational project made in Python using the roman library.
👉 Play it here: https://icevl11.itch.io/roman-quiz

