Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This is one of the best digging games i've ever played, hands down!

This definitely deserve 1000+ downloads :D

P.S. What programming language is this written in? (This has html/js vibes, that or its PHP which I doubt)

By the way, I'm having a bit of trouble exporting my JavaScript projects to a .html file, to be published here. How do I do that?

Thanks again for making this awesome game! :)

Thanks for the kind words! I'm glad you're enjoying the game :)

Serenitrove is written in HTML and JavaScript. No PHP involved since the game runs entirely on the client side.

If you're trying to upload your HTML/JS game to itch.io, you'll need to include your index.html file along with any JavaScript, CSS and asset files your project uses. Put everything into a .zip archive and upload that to itch.io. The main HTML file needs to be named index.html for itch.io's browser-based hosting to work correctly.

Good luck with your project and thanks again for playing!

Thank you for the tips! :D