Skip to content

Latest commit

History

History
33 lines (22 loc) 路 2.04 KB

2024-01-29-just-jokes.md

File metadata and controls

33 lines (22 loc) 路 2.04 KB
layout title date excerpt categories image
post
Just Jokes
2024-01-29 11:06:56 -0800
馃槀 [Just Jokes](https://remarkablegames.org/just-jokes/) is a party game where you make jokes with your friends.
just-jokes web react party game multiplayer global-game-jam

馃槀 Just Jokes is a party game where you make jokes with your friends.

<iframe src="https://remarkablegames.org/just-jokes/" frameBorder="0" width="100%" height="625px"></iframe>

Play the game on:

Background

The game was made for the Global Game Jam 2024, in which the theme was Make Me Laugh.

We originally created a joke simulator that was inspired by Mad Libs, but realized that to make it feel more like a game, we needed to include party game elements similar to Jackbox Games. As a result, we added a multiplayer component so players could rate each other's jokes.

The game was created from remarkablemark/party-game-template and we used DriftDB, MUI, React, and Vite. We decided not to use a game engine since it's mostly event-driven actions in the UI. To make it feel more like a game, we added background art, stylized the typography, and played sounds and music.

The code can be found on GitHub.

Credits