Back to Lab 01

CodeBreaker

CS 1301 Lab 01: Password Management System

Project Overview

Password management system using robot inputs

CodeBreaker is a password management system that uses the iRobot Create® 3's physical inputs (buttons, bumpers) to create and manage secure passwords. This project demonstrates event-driven programming, input handling, and state management in a practical security application context.

Demo

TODO: Add demo video or screenshots if available

Demo content placeholder

GitHub Repository

View on GitHub

Key Concepts

  • Event-driven programming with robot hardware inputs
  • State management for password creation and validation
  • Input handling and user interaction patterns
  • Security considerations in embedded systems
  • Python control structures and data structures