Skip to content
Owen Edwards edited this page Sep 5, 2026 · 9 revisions

Welcome to the FuzzyBuddyFarms wiki!

Use these sections to navigate the Wiki:

I will try my best to document everything in the game so this can be used as a manual. Please read all the different sections to find what you need, there is a complete guide to the game with a full storyline to follow along. Let me know if I've missed anything by submitting a report!

100% Challenge

The 100% challenge can be completed by any player and no cost is necessary to join or complete. Once all achievements have been completed in game, send a screenshot of your achievements and stats tabs to the email address below. You can toggle the achievements tab with the [2] button and the stats tab with the [F4] button.

SUBJECT: Fuzzy Buddy Farms - 100% Challenge Completed

EMAIL: 467487@PM.ME


Written in Odin for all machines :) It doesn't matter your hardware or OS!

This is a personal passion project of mine and I want everyone to enjoy it. You don't need 32GB of RAM with a shit ton of money dumped into a computer to play this game. You can play offline if you want, you can play with friends if you want, you can even edit the source code yourself to create your own "mods" into the game if you want. It doesn't matter! I personally love Raspberry Pi projects and I want this game to be supported on their hardware so I've tried my best to optimize the game to run on their hardware/software as well! I've gotten the game to run on a Pi 400 but I want to eventually get it running on a Zero 2W. Check the table below for a basic overview of what is supported.

Parts Minimum Recommended
CPU Dual core x64 @ 1.5GHZ+ (core 2 duo, celeron, phenom II) Dual core+ @ 2.5GHz (i3/Ryzen 3)
GPU OpenGL 3.3 support Intel UHD, AMD Vega, it doesn't matter
RAM 2GB for OS overhead 4-8GB for OS overhead

Warning

LOWER PERFORMING ARM DEVICES LIKE THE ZERO 2W ARE NOT ABLE TO RUN THE GAME AS THEY DO NOT SUPPORT OPENGL 3.3, YOU MUST BUILD AND TARGET TOWARDS GRAPHICS_API_OPENGL_21 or _ES2 AS THIS IS BOTH SUPPORTED BY THE ARM ARCHITECTURE AND RAYLIB.

Clone this wiki locally