- Add pickup system (bomb, spread, rapid, shield) with new sprites - Replace Docker build with native SGDK compile via m68k-elf-gcc - Rework enemy spawning, homing math, boss HP/number globals - Expand chrome: score popups, minimap, pause/game over improvements - Overhaul stage generation with threat-point system - Add explosion sprites, shield sprite, powerup sprite - Add tools/ for sprite downscaling utilities
6 lines
134 B
Bash
Executable file
6 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
# Build and launch emulator
|
|
./compile.sh
|
|
/Applications/Genesis\ Plus.app/Contents/MacOS/Genesis\ Plus out/rom.bin
|