Go to file
Olivier 'reivilibre' 667e539072 Add licence and readme 2023-01-14 10:40:27 +00:00
characters Allow slugs to walk left 2023-01-09 05:07:08 +00:00
fonts Display total sale value above postie 2023-01-08 21:38:48 +00:00
items Add olive oil bottle items and the ability to sell them 2023-01-08 20:53:28 +00:00
levels Last tweaks.. 2023-01-09 20:34:59 +00:00
projectiles Add the postie and sound effects 2023-01-08 19:38:11 +00:00
scenery Add Level 0C 2023-01-09 20:34:43 +00:00
sfx Make slugs attack you and add a losing condition 2023-01-09 04:48:32 +00:00
ui Last tweaks.. 2023-01-09 20:34:59 +00:00
vehicles Add a clock, scheduler and schedule the postie's arrival 2023-01-08 23:21:54 +00:00
.gitattributes Display total sale value above postie 2023-01-08 21:38:48 +00:00
.gitignore Basic player movement 2023-01-06 22:02:48 +00:00
COPYING Add licence and readme 2023-01-14 10:40:27 +00:00
README.md Add licence and readme 2023-01-14 10:40:27 +00:00
cover.png Cover photo for LD52 submission 2023-01-09 20:35:07 +00:00
cover.png.import Cover photo for LD52 submission 2023-01-09 20:35:07 +00:00
default_env.tres Basic player movement 2023-01-06 22:02:48 +00:00
project.godot Set icon to olive 2023-01-09 18:10:25 +00:00

README.md

Olive Harvest

A 'Jam' (< 72h) game for Ludum Dare 52 (see LD52 game page) submitted on the nineth of January, 2023.

Licence: GPL v3, see COPYING

Description

A game about farming olives.

Wait ever patiently for olives to grow on your trees. Shake them off. Slide along a wheelbarrow and collect them together. Push them into the press. Get in and jump on them; theres no time to waste when it comes to making olive oil! Once your olive oil is bottled, pick up the bottles and drop them off on the back of the posties van in order to earn those luscious golden coins. Earn enough and you can enjoy a well-deserved change of scene… at another olive farm.

…Oh, the slugs? Theyre harmless little things.

Controls

(All controls are in UK keyboard location — the labels on the keys may differ on different keyboards but the positions will be the same.)

  • WASD / Arrow Keys to move
  • Space to interact (shake tree, pick up items or wheelbarrow, attack, …)
  • Q to drop items

Building

Download a copy of Godot (version 3.5.1 used for development) and point it to this directory.

You can play it from within Godot directly.

Web export: Use Godot's 'HTML5' web export feature and set the page name to index.html (for submission to LD52). Upload to a server and navigate there in a WebGL-enabled browser.

Development

As above, just use Godot version 3.5.1 (or possibly later).