An interactive Python/Tkinter game visualizing formal language theory in real-time — regular expressions, palindromes, and balanced parentheses validation using stack-based logic.
Designed a Python-based interactive game using Tkinter for real-time formal language concept visualization.
Implemented algorithms for regular expressions, palindromes, and balanced parentheses validation.
Developed data processing functions to enhance user interaction and improve learning outcomes.
Applied stack-based logic and automated error detection to refine gameplay mechanics.
Make formal language theory tangible and interactive for CS students.
Tkinter chosen for zero-dependency desktop GUI