diff --git a/README.md b/README.md deleted file mode 100644 index 871e446..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Infinigrass - -![the game icon, showing a herb](icon.svg) - -Juego hecho en Godot 4 para la [Mermelada Jam 2](https://itch.io/jam/mermelada-jam-2). - -Puedes jugarlo en [itch.io](https://antimundo.itch.io/infinigrass). - -``` - wWWWw wWWWw - vVVVv (___) wWWWw (___) vVVVv - (___) ~Y~ (___) vVVVv ~Y~ (___) - ~Y~ \| ~Y~ (___) |/ ~Y~ - \| \ |/ \| / \~Y~/ \| \ |/ - \\|// \\|// \\|/// \\|// \\|// \\\|/// -jgs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -``` diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c8b716f --- /dev/null +++ b/readme.md @@ -0,0 +1,56 @@ +![Infinigrass logo](assets/sprites/menu/menu_logo.png) + +Video game made in [Godot 4](https://godotengine.org/) by [Nokorpo](https://nokorpo.com/) for the [Mermelada Jam 2](https://itch.io/jam/mermelada-jam-2). + +- 🥇 1st Place on Canvas. +- 🥇 1st Place in Enjoyment. + +You can play it on [itch.io](https://antimundo.itch.io/infinigrass). + +## Credits + +- [Antimundo](https://antimundo.itch.io/): Programming and game design. +- [Helena](https://hghostt.itch.io/): Art and UI design. +- [Nepo](https://edearth.itch.io/): Game design and sound design. + +External assets used: + +> Music by [Rrrrrose Azerty](https://loyaltyfreakmusic.com/): +> - Komiku - Animal Summer Music Camp - 09 Acoustic shoegazy blues! +> - Komiku - The adventure goes on, vol.1 - 05 Sweet night and friends +> - Monplaisir - Devast.io Soundtrack - 01 Welcome to Devastation +> +> "Cha-ching!" sound from Pixabay. + +## How to play + +The objective is to get a lot of the three resources in the game. + +|Coin|Barley|Beer| +|-|-|-| +|![Coin](assets/sprites/ui/coin.png)|![Barley](assets/sprites/ui/barley-icon.png)|![Beer](assets/sprites/ui/beer.png)| + +Grab and drag the grass to uproot it. This will give you coins ![Coin](assets/sprites/ui/coin.png). + +![Grass](assets/sprites/grass.png) + +With coins ![Coin](assets/sprites/ui/coin.png) you can: + +|Upgrade your pruner|Plant barley| +|-|-| +|![Pruner](assets/sprites/ui/pruner-3.png)|![Barley](assets/sprites/ui/barley.png)| +|Makes uprooting grass easier.|Produces barley.| + +With barley ![Barley](assets/sprites/ui/barley-icon.png) you can: + +|Buy goat|Buy fermenter| +|-|-| +|![Goat](assets/sprites/ui/goat.png)|![fermenter](assets/sprites/ui/fermenter.png)| +|Passively produces coins.|Produces beer.| + +With beer ![Beer](assets/sprites/ui/beer.png) you can: + +|Buy laborer|Upgrade your fertilizer| +|-|-| +|![Laborer](assets/sprites/ui/laborer.png)|![Poop](assets/sprites/ui/poop-2.png)| +|Produces barley.|Get more grass and grow it faster.| \ No newline at end of file