diff --git a/README.md b/README.md index 71489e8..5f392c4 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,54 @@ -# +# Hella Farm - - - +*Do sacrificed lambs go to heaven?* ## ℹ️ About - +Another short incremental game about dragging and flinging sheeps and demons around a farm! + +Buy a sheep or two, sacrifice them to summon an entity from beyond, and deal with it while trying to get the most gold coins possible! + +Then... perhaps sacrifice the entity itself to summon a stronger one, or... + +Make your sheep wear a top hat? + +Sacrifice fancy sheep? + +Where does that skull come from? + +### Recipes + +Drag five entities on the five pedestals in the middle of the farm to perform a summoning! + +The results depend on what's on the pedestals: + +- 5 Sheep → 1 Imp +- 5 Imps → 1 Chupacabra +- 1 Skull + 4 *Any* → 1 Chupacabra +- 5 Chupacabras → 1 Watcher +- 5 *Entities with a top hat* → 1 Watcher + 5 Top Hats +- 5 *Entities with a monocle* → 1 Watcher + 5 Monocles +- 5 Watchers → 1 Cthulhu ## 🎮 Controls ### Mouse - - -## 🏅 Leaderboards - - +- **M**: toggle music +- **N**: toggle sound +- **Del**: toggle both music and sound +- **Ins**, **F**: toggle shader +- **Home**, **Esc**: go back to the main menu and reset the game ## ❔ Frequently asked questions - +*No questions have been asked so far!* \ No newline at end of file +*None, at the moment!* \ No newline at end of file diff --git a/project.godot b/project.godot index 420095e..e7a2b58 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,16 @@ config_version=5 [application] config/name="Hella Farm" +config/description="Do sacrificed lambs go to heaven? + +Another short incremental game about dragging and flinging sheeps and demons around a farm! + +Buy a sheep or two, sacrifice them to summon an entity from beyond, and deal with it while trying to get the most gold coins possible! +Then... perhaps sacrifice the entity itself to summon a stronger one, or... +Make your sheep wear a top hat? +Sacrifice fancy sheep? +Where does that skull come from? +" config/version="1.0.0" run/main_scene="res://main.tscn" config/features=PackedStringArray("4.2", "GL Compatibility")