โจ A Game Born from Midterm Madness! โจ
Welcome to ECHO! This is a tense 2D survival/puzzle game developed by a small group of highly motivated (and slightly sleep-deprived) secondary school students. ๐ด
In ECHO, light is scarce, but sound is your superpower! You play as a character trapped in a dark environment and must use your unique abilityโEcholocationโto momentarily reveal the hidden monsters and valuable loot around you.
We poured our blood, sweat, and tears (mostly stress tears from midterms) into this project, focusing on core mechanics like the togglable Sound Mode, a functional Inventory System, and real-time looting.
ECHO is built around a few core, headache-inducing (in a good way!) features:
| Icon | Feature | Description |
|---|---|---|
| ๐ | Sound Mode Toggle | Press 'E' to enter Sound Mode! The screen instantly flips to grayscale, and your vision is replaced by sound waves that pulse automatically to reveal nearby objects. |
| ๐ป | Object Revelation | Monsters and loot boxes are invisible in Normal Mode! When the sound wave hits them, they briefly glow with a vibrant high-contrast effect, giving you a chance to react! |
| ๐ | Inventory System | A full 20-slot inventory grid! Items don't stackโevery unique loot piece takes its own slot, forcing strategic resource management. |
| ๐๏ธ | Drag-and-Drop | Fully functional drag-and-drop support for swapping items between inventory slots. Time to organize that backpack! |
| โ ๏ธ | Loot & Death Penalty | Collect randomized loot by searching containers! But be warned: if you die, your inventory is completely wiped (a truly painful post-midterm feeling). |
Ready to experience the auditory terror? Follow these simple steps!
- Unity Editor: Requires Unity 2022.3 or higher.
- Required Packages: Make sure you have the Post Processing Stack installed via the Package Manager (since we use it for the Sound Mode visuals!).
- Using Github
- Clone the Repository:
git clone [https://github.com/yourusername/ECHO.git](https://github.com/yourusername/ECHO.git)
- Open in Unity: Open the cloned directory in the Unity Hub.
- Run the Scene: Navigate to the main scene file (e.g.,
Assets/Scenes/GameScene.unity) and hit the Play button!
- Using itch.io https://12-parsec.itch.io/echo
Donate and give us lunch money if u want to :)
| Key | Action | Script Handled By |
|---|---|---|
| WASD | Movement | |
| TAB | Toggle Sound/Echolocation Mode | |
| E | Search | |
| Q | Sell and Buy | |
| Mouse Click | Interact (Start Search on Lootable) | |
| Mouse Drag | Swap Inventory Slots |
This project was developed entirely by secondary students who survived the absolute torment of midterm exams. Our brains are officially fried, but our code lives on! ๐
"We coded it, we tested it, and now we're taking a nap. Enjoy the darkness!" ๐
โ The ECHO Dev Team