Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 856 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 856 Bytes

Humanity

My digital take on the; wonderful, terrible, hilarious, hideous game provided by these fine folks, and inspired by jackbox.

Built with Bun

Start

bun start

Screenshots

More in img

lobby_new_game

player_enter_submission

player_vote_results

Card packs

The decision to use only single entry cards was purposeful. I have found that things simply run smoother with single entry cards, even in the physical game.

Even more content

Make your own pack, just put it in the cards folder.

Template:

{
	"blacks": [
		"card text _____"
	],
	"whites": [
		"card text"
	]
}