Skip to content

Aymaan-HS/escape-road-game

Repository files navigation

Escape Road is a browser-based arcade driving game built using Unity WebGL.
This repository contains the complete WebGL build output with custom HTML, CSS, and JavaScript integration for loading screen, fullscreen handling, and branding.


🎮 About the Game

Escape Road is a fast-paced escape-style driving game where the player must survive while escaping through traffic, obstacles, and enemies.

All gameplay logic, physics, AI, and visuals are implemented inside Unity and exported as a WebGL build.

This repository focuses only on:

  • Web deployment
  • Frontend integration
  • Loading screen customization
  • Branding control
  • Hosting-ready setup

🛠 Tech Stack

  • Unity WebGL
  • HTML5
  • CSS3
  • JavaScript (Vanilla)

📁 Project Structure

  • index.html Main entry point)
  • style.css (Styling & layout)
  • framework.js (Unity WebGL framework auto-generated)
  • main.js (Unity loader)
  • *.wasm (WebAssembly binary)
  • *.data (Game data)
  • *.unityweb (Unity assets)
  • az_logo.png (Loading screen logo)
  • loading.png (Loading background)
  • └── other assets

⚠️ Do NOT edit:

  • framework.js
  • .wasm
  • .data
  • .unityweb

These files are generated by Unity.