Roulette, Rebuilt from 1995
Chance-based betting game rebuilt as a browser terminal experience.
Skill focus: Branching logic and state flow
Before modern frameworks and app stores, I was learning core programming logic in Turbo Pascal. These remakes recreate those original 1995 projects with a DOS-style interface so visitors can see how my software journey started.
Chance-based betting game rebuilt as a browser terminal experience.
Skill focus: Branching logic and state flow
Early conversion utility translating Celsius input to Fahrenheit output.
Skill focus: Input/output and formula logic
Menu-driven geometry and ASCII visualization program.
Skill focus: Menu systems and procedural decomposition
Array-based grade management app with stats, search, edit, and file operations.
Skill focus: Arrays, records, and data management
Interactive debugging tracks based on early Pascal bug-hunt exercises.
Skill focus: Debugging, branch correction, and loop reasoning
Single-purpose cone volume calculator with classic prompt-driven input.
Skill focus: Procedures, arithmetic formulas, and console I/O
Radius-to-circumference utility remade with DOS-style terminal interaction.
Skill focus: Constants, formulas, and formatted output