
haarvest
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).

How to run
All executable (Windows64, Linux64, Linux32) are bundled in the same .zip file.
`unzip haarvest-0.52.x.zip` at the location of your choice.
from a terminal
- run `cd /path/to/haarvest-0.52.x/`
- on Windows 64bits: run `./haarvest.exe`
- on GNU/Linux 64bits: run `./haarvest.x86_64`
- on GNU/Linux 32bits: run `./haarvest.x86`
Controls
Move around with WASD keys
Dev options with: Z: toggle Flycam and X: toggle Debug
Implementation
Rendering engine coded from scratch in C (spanning multiples LD !)
Tools
Developed on Linux, in C, with the help of Makefiles, vim/emacs, git.uses stb_image to load image, and do not use stb_vorbis ... because we failed to.
3D models have been made using blender.
Credits
- @dokthar: Graphics!- @nwt: Audio!
changelog
- v0.52.3 re-encode the audio in .ogg to save ~60MB (archive size reduced by ~93% !)- v0.52.2 fix shaders and texture loading for windows
- v0.52.1 add missing resources for debug, fix volume option to actually control the voluem
- v0.52.0 initial jam release