Is this supposed to be browser playable? I can't launch it and playing it offline doesn't work.
Viewing post in Spade jam comments
Yes it is browser playable! I exported it using Godot 3.1.2 and I think there may be several problems:
- The browser should support WebAssembly and WebGL2. Recent versions of Chrome/Firefox/Chromium should work.
- The downloaded and unzipped html5 version should be served through a web server. The simplest way will be invoking `python -m http.server` if you have python3 installed.
- About 12mb of files have to be downloaded before the game launches in browser.
I would like to add the Linux version but the uploading always failed. If you still cannot play the html5 version please let me know. I will tell once the Linux version is uploaded.
Thank you for the effort! I played it and I think this is definitely one of the best games in the jam yet! The idea is extremely interesting and leads to some tricky situations. I also like how you're given multiple options with the multiple pieces of food spawning. It just feels like a natural addition to snake and I really think that this could be a great Web Game, if you were to polish it out a bit with better graphics and sound.
But for a 3 hour jam, this is one of the best games from a gameplay standpoint! Well done!
Glad you like it! In fact I was a little worried about the idea at first since the rule of dying is not that straightforward.
Polishing the game is on my plan: some graphics, some music, a more compatible web version at least. If my spare time permits, I will also try to explore the possibility of two player mode.