github.com/darianmavgo · darian@mavgo.com · About
Games Go Open Source

speeddrill_research — Cognitive Speed Drill Engine

speeddrill_research is the R&D repo for a planned speed drill arithmetic training game — collecting Go rendering experiments, timing micro-benchmarks, and input latency tests.

go run ./experiments/terminal_ui

Features

Micro-benchmark experiments and Go hello-worlds exploring the architecture of a high-speed cognitive arithmetic drill game.

🔬

Timing Benchmarks

Measures keypress-to-display latency across different Go rendering approaches.

⌨️

Input Latency Tests

Characterizes raw terminal and OS input event latency for accurate reaction-time scoring.

🧮

Arithmetic Engine

Problem generation, difficulty scaling, and answer validation prototypes.

🚀

Go Experiments

Multiple hello-world starters exploring terminal UI (bubbletea), ebiten, and SDL2 bindings.

Documentation & Architecture

lots of hello worlds and examples to get a speed drill game working