Files
scrap-signal/README.md
Jayyy ⋆˚✿˖° 78b8225fc7 docs: add README
- Add project description, controls, built with section 
- Add local setup instructions 
- Add MIT license reference and itch.io link placeholder
2026-04-26 08:50:34 -04:00

50 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SCRAP SIGNAL
> *SCRAP-09 wakes up, 847 days have passed. The factory is silent, the humans are gone but some of the machines are still running.*
A top-down 2D narrative exploration game made for **Gamedev.js Jam 2026** (Theme: Machines).
**[▶ Play it on itch.io](https://kodzukye.itch.io/scrap-signal)**
***
## About
You play as **SCRAP-09**, a maintenance robot who wakes up in an abandoned industrial factory with no memory of what happened. Explore three zones, scavenge for parts, repair the robots left behind and uncover the truth about why the humans left.
- 3 zones to explore : Warehouse, Workshop, Courtyard
- Circuit wire-connecting repair mini-game
- 2 NPCs with their own stories (VRAC-7, IRIS-3)
- Narrative told through system logs and journal fragments
- 2 endings depending on your choices
- ~5 minutes per run
## Controls
| Key | Action |
|---|---|
| `WASD` / Arrow keys | Move |
| `E` | Interact / Repair / Read |
| `Escape` | Cancel / Close mini-game |
## Built With
- [Godot 4.6](https://godotengine.org/) — Game engine
- GDScript — Scripting
- Aseprite — Pixel art (32×32 sprites)
## Running Locally
1. Download and install [Godot 4.6](https://godotengine.org/download)
2. Clone this repository
3. Open `project.godot` in Godot
4. Press `F5` to run
## License
MIT — see [LICENSE](LICENSE)
***
*Made in 13 days for [Gamedev.js Jam 2026](https://itch.io/jam/gamedevjs-2026)*