Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

To be honest, I never tried using the web version. However, when playing with PICO-8, I just have them connected to my computer and it worked fine. I didn't have to do anything special. In terms of code, when detecting button presses, you can use a second parameter (0 through 4) to ask for that button press for a specific controller. For example, btn(0, 2) gets the left button (0) from player 3's controller.

(+1)

Thanks! That helps a lot. I never knew that there were more players than two.

(+1)

Yeah, PICO-8 actually supports up to 8 players that way! I've yet to make one that supports that many, though. :)