| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add pong game | Zoltan Szabatin | 2025-03-02 | 3 | -1/+267 |
| * | refactor: Create base game class for games | Zoltan Szabatin | 2025-03-02 | 4 | -277/+260 |
| * | feat: Add breakout game | Zoltan Szabatin | 2025-03-02 | 2 | -1/+265 |
| * | feat: Add snake and benchmark games | Zoltan Szabatin | 2025-03-02 | 6 | -3/+361 |
| * | refactor: Move games to proper game enumeration | Zoltan Szabatin | 2025-03-02 | 1 | -1/+2 |
| * | feat: Add proper command options | Zoltan Szabatin | 2025-03-02 | 3 | -9/+24 |
| * | refactor: Move serial controller up hierarchy | Zoltan Szabatin | 2025-03-02 | 2 | -32/+62 |
| * | refactor: Move serial and Pygame definitions up in hierarchy | Zoltan Szabatin | 2025-03-02 | 2 | -23/+29 |
| * | style(src): Format files | Zoltan Szabatin | 2025-03-01 | 3 | -7/+6 |
| * | feat: Add serial interface | Zoltan Szabatin | 2025-02-25 | 3 | -4/+37 |
| * | feat: Add Pygame menu | Zoltan Szabatin | 2025-02-25 | 3 | -0/+130 |
| * | feat: scaffold python project | Zoltan Szabatin | 2025-01-29 | 2 | -0/+8 |