Skip to content

Echo World Game – A dark maze adventure where you navigate using sound waves and limited echoes.

Notifications You must be signed in to change notification settings

Ahmed-GoCode/Echo-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 Echo World 🌌

A game of navigation through darkness using echolocation


🎮 Game Concept

In Echo World, you are dropped into a world of complete darkness.
The only way to see is by sending out sound waves that briefly reveal your surroundings.

  • Emit echo waves to light up walls, enemies, and collectibles
  • Navigate randomly generated mazes
  • Avoid enemies chasing you in the shadows
  • Collect glowing orbs for score
  • Find the exit to complete the level
  • Manage your limited echoes wisely!

🎥 Watch Gameplay Video


🕹️ Controls

  • WASD / Arrow Keys → Move your character
  • SPACE → Emit an echo wave
  • Mouse Click → Targeted echo at cursor
  • R → Restart game (after win/lose)
  • F / F11 → Toggle fullscreen
  • ESC → Quit game

📊 Scoring System

  • +100 pts → Each collectible orb
  • +50 pts → Each unused echo at level completion
  • Time Bonus → The faster you finish, the more you score
  • Total score = Skill + Speed + Stealth

✨ Features

  • 🌌 Complete Darkness — nothing is visible without echolocation
  • 🔊 Echo Waves — reveal walls, enemies, exits, and items
  • 👾 Enemies — chase you once discovered
  • 💎 Collectibles — glowing orbs hidden in the dark
  • Power-ups
    • Extra echoes
    • Speed boost
    • Extended vision
  • 🏆 Levels — Randomly generated mazes with increasing difficulty
  • 🎶 Procedural Sounds — Tones are generated in-game (no assets required)

🖥️ Requirements


🚀 Installation & Running

  1. Install Love2D
  2. Download or clone this repository
git clone https://github.com/YourUser/Echo-World.git
cd Echo-World
love .

  1. Alternatively:

Drag the folder onto the Love2D executable

Or zip it as Echo-World.love and run directly


🗂️ Game Structure

Echo-World/
│── main.lua       # Main game logic
│── assets/        # Logo & screenshots (for README)
└── README.md      # You’re reading this

No external sound files needed → All tones are generated in code 🎶


🔮 Future Ideas

The game is designed to be expandable:

🗺️ Custom level editor

👾 New enemy types (patrolling, hiding, ambushing)

🎁 More power-ups and abilities

🎵 Background music & ambient effects


Made with 💙 in Love2D by Ahmad

About

Echo World Game – A dark maze adventure where you navigate using sound waves and limited echoes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages