| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 3 days ago |
|
[34f8ed] Initial commit |
| LICENSE | 3 days ago |
|
[34f8ed] Initial commit |
| README.md | 3 days ago |
|
[cbf4c6] Update README.md |
# **Wasteland Bites**
**Post-apocalyptic food truck simulator**
**Cooking. Chaos. Creatures.**
**The only thing scarier than the mutants… is the customer service.**
Wasteland Bites is a darkly comedic horror cooking simulator set in a radioactive wasteland.
You run a mobile food truck in a post-apocalyptic world. Cook bizarre meals for even more bizarre mutants, fight off UFOs, rabid dogs, bloodthirsty creatures, and other nightly horrors — all while trying not to lose your sanity from the never-ending stress.
A perfect mix of intense cooking gameplay, survival, and black humor.
The game is developed using the Godot Engine.
Recommended repository structure:
```bash
Wasteland-Bites/
├── assets/ # textures, models, sounds, sprites
├── scripts/ # GDScript
├── scenes/ # levels, food truck, UI
├── customers/ # customer and order system
├── enemies/ # mutants and threats
├── cooking/ # cooking mechanics
├── README.md
└── LICENSE