Game feels great; art looks great too.
hby
28
Posts
1
Topics
2,203
Followers
14
Following
A member registered Feb 27, 2015 · View creator page →
Creator of
Recent community posts
Hello! It's my own music made specifically for this game. Just released it here: https://on.soundcloud.com/bxjDV
Thanks for playing!
To port a C or C++ game to web, there's this amazing tool called Emscripten that compiles it all to JS. It works really well!
itch.io Community » itch.io » Questions & Support · Replied to leafo in HTML5 Game: 403 error when accessing files in folders
itch.io Community » itch.io » Questions & Support · Replied to hby in HTML5 Game: 403 error when accessing files in folders
itch.io Community » itch.io » Questions & Support · Replied to leafo in HTML5 Game: 403 error when accessing files in folders
itch.io Community » itch.io » Questions & Support · Created a new topic HTML5 Game: 403 error when accessing files in folders
I uploaded a zip file containing all of my game files. The data assets are in a 'data/' folder. The page had no problem loading the files in the root directory of the zip but everything in the 'data/' folder couldn't be downloaded. I double checked that the case sensitivity is correct and that I'm using relative path. Is there something that I'm missing?
Edit: Spelling