For what it's worth to those who might want to try this, you likely won't be able to run the game just by downloading it and opening the index.html file in a web browser. However, if you use python to start a web service at the download location and you point it to your local host, you can run it. I was able to do this on my Linux install (so for Windows, YMMV) by running the command 'python3 -m http.server 8000' at my install location. Then I opened up my browser and went to localhost:8000 and the game loaded. I do the same thing to test my web builds of my Godot web exports.
kuitthegeek
12
Posts
2
Followers
A member registered Apr 22, 2019 · View creator page →
Creator of
Just because it's the apocalypse, doesn't mean we can't have fun...
Racing
Play in browser
Recent community posts
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to SpiritSand6 in The Last Dance - GameDev.tv Game Jam 2024 jam comments
We're glad you enjoyed it. :) The shrinking weapon was one of my favorite as well. I do agree though, it needed a little bit more polish on it. I might spend a little time once the judging is over to polish it up to what our vision was. And I agree that the music ended up a bit choppier than we wanted. That was my fault, I need to fix that transition. Thanks for the feedback. :)
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to Splendid Artiste in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to baron_elmwich in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to skinymike in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to lyghtkruz in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to lorporlem in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to zatomat in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to tatahizo in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to Danko Entertainment in The Last Dance - GameDev.tv Game Jam 2024 jam comments
The Last Dance - GameDev.tv Game Jam 2024 jam comments · Replied to komatr in The Last Dance - GameDev.tv Game Jam 2024 jam comments
Having an explosion on a dying car is a good idea. I tried to implement to enemy health bar system so it would be a little more obvious, but there are definitely improvements that should have been made.
As to the shooting SFX, they should be there. If they aren't then that is a bug. Thanks for the feedback.