============================================================
           GORILLAS: BANANA RESONANCE
============================================================

A neon-cyberpunk destructible 2D physics arcade game built
with Odin and Raylib.

------------------------------------------------------------
System & Platform Support
------------------------------------------------------------
- Linux (x86_64 architecture) - Precompiled executable included.
- Windows (x86_64 architecture) - Can be built from source.
- Mobile Android - Touch-optimized gameplay.

------------------------------------------------------------
Quick Start (Linux)
------------------------------------------------------------
Simply run:
  ./run.sh
or run the binary directly:
  ./gorillas

NOTE: On Linux, the 'mpv' media player is recommended to stream
the in-game radio. Install it via your package manager:
  Ubuntu/Debian:  sudo apt install mpv
  Arch Linux:     sudo pacman -S mpv
  Fedora:         sudo dnf install mpv

------------------------------------------------------------
Compiling on Windows
------------------------------------------------------------
To compile and play on Windows:
1. Install the Odin compiler (https://odin-lang.org) and Raylib.
2. Open cmd/Powershell in this directory and compile:
     odin build . -out:gorillas.exe -subsystem:windows
3. Double-click "gorillas.exe" to play!
(Under Windows, toggling the radio will automatically open the
clean stream link in your default web browser/media player).

------------------------------------------------------------
Playing on Mobile / Android
------------------------------------------------------------
The game controls are fully touch-ready and optimized for mobile:
1. Tap the screen to start the Power sweep.
2. Tap the screen again to lock Power and start the Angle sweep.
3. Tap the screen a third time to lock the Angle and fire!
(Tapping also interacts with buttons, menu cycles, and links).

------------------------------------------------------------
Game Controls
------------------------------------------------------------
Title Screen:
  [SPACE] / Tap-Screen  - Start the game / Shoot
  [C]                   - Cycle between Game Modes:
                          * LOCAL PVP (Player vs Player)
                          * PLAYER 1 vs CYBER-CPU (Default starting mode)
                          * CYBER-CPU vs PLAYER 2
                          * CPU vs CPU (DEMO / Screensaver)
  [R]                   - View the Banana Resonance Rule Book
  [K] / Tap Radio Btn   - Toggle KiloLiqu Kelder Radio (ON/MUTE)

In Game (Player's Turn):
  [SPACE] / Tap-Screen  - 1st tap: Start Power Sweep
                          2nd tap: Lock Power & Start Angle Sweep
                          3rd tap: Lock Angle & Fire!
  [K] / Tap Radio Btn   - Toggle KiloLiqu Kelder Radio (ON/MUTE)
  [ESC]                 - Return to Title Screen

------------------------------------------------------------
Banana Resonance Formulas
------------------------------------------------------------
Enter these exact Angle and Power values on your turn 
to transmute your banana projectile:
- Split Banana       : Angle 45 | Power 80 (Splits mid-flight)
- Comet Strike       : Angle 88 | Power 99 (Heavy, massive crater)
- Laser Banana       : Angle 11 | Power 95 (Flat line, pierces walls)
- Cluster Rain       : Angle 75 | Power 40 (Splits into 5 mini-bananas)
- Singular Blackhole : Angle 60 | Power 60 (Gravity well crater)

------------------------------------------------------------
Enjoy the game!
============================================================
