Space Gardens by LDJam user 320031
Plant and Harvest crops on the moon or some other planet !!!!! I will update when the game goes somewhere !
| Original URL | https://ldjam.com/events/ludum-dare/52/space-gardens |
Ratings
| Given | 0🗳️ | 0🗨️ |
Plant and Harvest crops on the moon or some other planet !!!!! I will update when the game goes somewhere !
| Original URL | https://ldjam.com/events/ludum-dare/52/space-gardens |
| Given | 0🗳️ | 0🗨️ |
Music was relaxing, the 3d movement was a nice change of pace, and overall it was fun!
Awesome game!
Good job ! Original way of having the world laid out, liked it !
On itch:
```
Unable to parse Build/Space Gardens.framework.js.br! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug.
```
Here on LD:
```
Uh oh!
If you're seeing this error, it means I can't find your index.html file.
This usually means you created your .zip file by zipping the entire folder, and index.html is somewhere like MyGame/index.html. If you recreate your .zip with index.html file in the root, this error should go away.
See the embedding guide for more details. ludumdare.com/resources/guides/embedding/
404 Not Found
```
But overall, I like 3D games in this jam, they're all innovative and smarts, I hope to see more.
Well done!
Note: You web versions don't seem to work.
For itch.io, try to set in your build settings compression format to gzip or disabled, as itch doesn't work with brotli.
For Ludum, you need to zip your folder by zipping together your index.html file and your other files, so your index.html is at the root of your zip folder. Don't forget to change the references of your files in the html code, it's a bit tricky i have to admit.
I hope it'll help you.