mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 07:34:22 +00:00
Add readme
This commit is contained in:
parent
45d7bf2686
commit
fcd79b3a59
2 changed files with 48 additions and 14 deletions
52
README.md
52
README.md
|
@ -1,30 +1,54 @@
|
|||
# <!-- TODO: Game title -->
|
||||
# Hella Farm
|
||||
|
||||
<!-- Per un esempio su come deve essere strutturata questa pagina, https://steffo.itch.io/swear-jar, ci penso poi io a tradurla nel markdown strano di LDJam e Itch e GitHub -->
|
||||
|
||||
<!-- TODO: Tagline -->
|
||||
*Do sacrificed lambs go to heaven?*
|
||||
|
||||
## ℹ️ About
|
||||
|
||||
<!-- TODO: Di cosa parla il gioco? Motiviamo la gente a giocarci! -->
|
||||
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
|
||||
|
||||
<!--
|
||||
- **Move the mouse around**: collect coins!
|
||||
- **Left mouse click** on the roof of the barn: purchase a new sheep!
|
||||
- **Left mouse drag** on something: drag it around!
|
||||
|
||||
- **Alt** + **F4**: Close game
|
||||
### Keyboard
|
||||
|
||||
-->
|
||||
|
||||
## 🏅 Leaderboards
|
||||
|
||||
<!-- TODO: Esistono delle leaderboards per il gioco? Se non esistono, togliamo proprio questo paragrafo. -->
|
||||
- **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
|
||||
|
||||
<!-- TODO: Ci sono delle cose che non vengono spiegate chiaramente durante il gioco? -->
|
||||
*No questions have been asked so far!*
|
||||
|
||||
<!--
|
||||
|
||||
|
@ -35,4 +59,4 @@ A: Press the Buy button in the shop, place the ghost of the item you want to pur
|
|||
|
||||
## 🐛 Known issues
|
||||
|
||||
<!-- TODO: Siamo al corrente di qualche bug che non siamo riusciti a fixare a cui un giocatore deve stare attento a non triggerare? -->
|
||||
*None, at the moment!*
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue