tow-game/js
Erich Blume 41efdecd93 Initial prototype: TOW trailer-reversing trainer
Browser game teaching how to reverse a car with a trailer. Vanilla JS,
no build step, runs from file:// in Safari.

- Bicycle-model car kinematics + trailer articulation (jackknife behavior)
- WASD controls with steering input smoothing; rendered steering wheel and
  rig-angle HUD
- Tron-style vector rendering, OBB/SAT collision
- Four hand-built maps (dock, lot, roadside, driveway) plus a validated
  procedurally-generated 5th map

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 18:39:03 -07:00
..
game.js Initial prototype: TOW trailer-reversing trainer 2026-06-06 18:39:03 -07:00
hud.js Initial prototype: TOW trailer-reversing trainer 2026-06-06 18:39:03 -07:00
input.js Initial prototype: TOW trailer-reversing trainer 2026-06-06 18:39:03 -07:00
maps.js Initial prototype: TOW trailer-reversing trainer 2026-06-06 18:39:03 -07:00
physics.js Initial prototype: TOW trailer-reversing trainer 2026-06-06 18:39:03 -07:00
render.js Initial prototype: TOW trailer-reversing trainer 2026-06-06 18:39:03 -07:00