My version of the card game ‘Cards against humanity’ built inside VRChat. The game world is built from scratch with networking, automated gameplay, remotely loaded card deck and other QoL features that I felt missing from other’s version of the game.

The world have over 28k visits and 1200 favorites.

Remotely loaded card deck

The game card is loaded from a JSON card as a deck. The deck is combine with other deck as a pack and loaded remotely from GitHub. This also allows for player to create their own cards and import them into the game.

Czar picking card

When picking a card, the world forces the player to read all the card first. This is to display all available option to everyone and have the player actually consider all option first.

Discarding card

Actions like discarding card or submitting a card have multiple way to perform them. This is for better usability for players in both VR and desktop mode.

All