Commit graph

3 commits

Author SHA1 Message Date
89ae2e43d4 Rename OMA-RIODS to OMA-ROIDS (fix spelling)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 19:24:17 +01:00
f2ee0c40f8 Add install/uninstall scripts, icon, rename to OMA-RIODS
- install.sh: clones from Forgejo, installs Love2D, desktop entry, icon, walker refresh
- uninstall.sh: removes everything cleanly
- install.sh uninstall: built-in uninstall flag
- Drops oma-riods-uninstall command into ~/.local/bin for easy removal
- SVG icon (wireframe asteroids)
- Renamed game to OMA-RIODS

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 15:28:25 +01:00
bc88613e07 Asteroids: complete Love2D game with Omarchy integration
Faithful recreation of Atari Asteroids (1979) with vector wireframe aesthetic.
Auto-detects Omarchy system theme and font on launch.

Features:
- Inertia physics (zero friction), rotate/thrust/fire/hyperspace controls
- 3 asteroid sizes that split on destroy (large→medium→small)
- Large and small UFO saucers with AI (random vs aimed shooting)
- Screen wrapping for ship/asteroids/saucers, bullets expire at edges
- Ship death fragments, explosion particles
- Iconic heartbeat that speeds up as wave clears
- Wave progression (4→11 asteroids, speed ramps)
- 3 lives, extra life every 10k points
- Persistent high scores with 3-letter initial entry
- Procedural sound effects (beat, thrust, fire, explosions, saucer drone)
- Full-screen scaling, system font detection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 12:58:03 +01:00