Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Infinite Jeopardy [Doesn't Work Well...]View game page

Submitted by WarmPelican — 18 hours, 2 minutes before the deadline
Add to collection

Play game

Infinite Jeopardy [Doesn't Work Well...]'s itch.io page

Results

CriteriaRankScore*Raw Score
Theme#402.4753.500
Overall#681.5322.167
Creativity#731.4142.000
Fun#780.7071.000

Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Use of Open Source AI
Uses transformers library in Python to use GPT2 to generate jeopardy questions (poorly...)

Theme
Expanding, infinite trivia questions!

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

I tested it and you have nothing to do with the bad performances of this game. Unfortunatly, GPT2 unless finetuned is a bad model. GPT-3/GPT4/Falcon-7B or even Flan-T5-Large or XL would have been better alternatives ( but some would probably not run/take forever to load if run locally ) :) 

Developer(+1)

I was considering using some of the more complicated models but you're right they would have taken super long to load. Thanks for checking it out and your feedback :) 

Developer

This is my attempt at creating an infinite series of Jeopardy questions using an LLM, GPT2, using the transformers library. It randomly feeds one topic of a 100 topic array at a time into GPT2. 

Unfortunately, it works very (very) poorly! Using a different, better model but the same general setup could probably lead to cool results! 

Maybe the code could be interesting to look at...