#!/bin/bash
# Saudi eLeague Pac-Man - macOS launcher (double-click to play)
cd "$(dirname "$0")"
python3 main.py
