GAME
MECHANICS
You use WASD to move your blob. You play against AI controlled enemies, trying to get the most mass possible. Online play may come soon. Every time you eat food or another blob, you gain mass. Your mass resets after 300 size the first time you reach the max blob limit. This limit also affects enemies but can be different for them. The limit increases every time you reset mass.
You must also be aware of rouge black holes on the map... who knows what treasures have been swallowed in those depths..?
REALMS
A beta feature released in v2.0.0 of Blobs. It allows blobs to go in black holes to change realms. Changing realms boosts the amount of mass from eating food and other blobs. There is currently only ONE realm. Realms is being worked on, so expect bugs.
MODDING
We have our own custom modding feature which allows you to add your own "main.lua" script and edit the game. Alternatively, you can add a "main.json" file and start editing from there! The modding feature is in beta and is being worked on. Please be patient. You can view the documentation here. To safely disable modding, scroll down to the NOTES section of the page.
DOWNLOADING
To download blobs, click "Code", then in the dropdown menu - click "Download ZIP". It should appear in your downloads folder on your PC. Then, extract the zip where you wish, (we recommend you to) pin the "Blobs.exe" file and double click it. If you get a smart screen notification - click "More Info" and then next to "Don't Run" click "Run Anyways".
NOTES
- If you don't want mods enabled:
- Go to main.lua, and in "function OnPreload()", type in "OFF()". It should be there automatically but this is in case it is not.
- For main.json, above the "main" array, type in ' "enabled" : false, ' - WITH the comma, otherwise the game will break trying to parse the json file.