Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, how did you manage to make your processing game playable on the browser (without having to download any .jars, etc)?

I have developped a game within 7 days and I am going to upload it, and release a video on youtube with the making of. So I wanted to release this game on itch.io and make it playable on the browser if possible. Its a hectic driving game called Living Walls

The youtube video is taking a lot of hours to make and I think its quite interesting, so you can check it out when it comes out (possibly end of october 2020) on my channel: https://youtube.com/channel/UCcLUqhS3_faujV2o2YRTEtA


Anyway, its quite amazing how you managed to do this in Processing, I know for a fact UI is quite a pain to implement.

Thanks in advance

(1 edit)

It was done using p5.js, not java (i assume that's the reason)

Yes. I made the original on Khan Academy's code editor (you can see the original here. What you see here is literally just an iframe linking to the program hosted on Khan Academy.

Thank you