A downloadable game for Windows, macOS, and Linux

. ECHO TITAN

You control a giant sound-powered machine fighting monsters in a destroyed city.

You cannot see enemies normally.

You release massive sonar blasts that reveal:

  • buildings,
  • enemies,
  • weak points,
  • civilians,
  • incoming missiles.

However, every sonar pulse also tells the monsters where you are.

The bigger the echo, the more of the world you can see—but the more enemies attack you.

The final battle happens almost entirely in darkness.

Published 17 days ago
StatusPrototype
PlatformsWindows, macOS, Linux
AuthorCandyPegasus
GenreAction, Survival
TagsHorror
AI DisclosureAI Assisted, Code, Graphics, Sounds

Download

Download
echo-titan-submission (1).zip 200 kB

Install instructions

### 1. Prerequisites

- [Bun](https://bun.sh/) (recommended) or Node 20+

- A modern browser (Chrome/Edge recommended for gamepad support)

### 2. Install dependencies

```bash

cd app

bun install

```

If you use npm:

```bash

cd app

npm install

```

### 3. Environment variables

Create `app/.env`:

```env

VITE_SUPABASE_URL=https://your-project.supabase.co

VITE_SUPABASE_PUBLISHABLE_KEY=your-anon-key

```

> If you are running this inside Lovable, these values are already injected by the platform.

### 4. Run the dev server

```bash

bun dev

```

Then open `http://localhost:8080`.

### 5. Build for production

```bash

bun run build

```

---

Leave a comment

Log in with itch.io to leave a comment.