1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Add readme

This commit is contained in:
Steffo 2024-05-03 03:16:17 +02:00
parent 45d7bf2686
commit fcd79b3a59
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 48 additions and 14 deletions

View file

@ -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 --> *Do sacrificed lambs go to heaven?*
<!-- TODO: Tagline -->
## About ## 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 ## 🎮 Controls
### Mouse ### 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
--> - **M**: toggle music
- **N**: toggle sound
## 🏅 Leaderboards - **Del**: toggle both music and sound
- **Ins**, **F**: toggle shader
<!-- TODO: Esistono delle leaderboards per il gioco? Se non esistono, togliamo proprio questo paragrafo. --> - **Home**, **Esc**: go back to the main menu and reset the game
## ❔ Frequently asked questions ## ❔ 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 ## 🐛 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!*

View file

@ -11,6 +11,16 @@ config_version=5
[application] [application]
config/name="Hella Farm" 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" config/version="1.0.0"
run/main_scene="res://main.tscn" run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "GL Compatibility") config/features=PackedStringArray("4.2", "GL Compatibility")