An open API service indexing awesome lists of open source software.

https://github.com/stonet2000/bbt-name-generator

Generate random Big Bang Theory esque episode names
https://github.com/stonet2000/bbt-name-generator

Last synced: 5 months ago
JSON representation

Generate random Big Bang Theory esque episode names

Awesome Lists containing this project

README

          

# BBT-Name-Generator
Generate random Big Bang Theory esque episode names. You can also try playing the game of "Is this a real episode name?". Suprisingly difficult, unless you are a true diehard fan.

Online demo provided here: https://stonet2000.github.io/BBT-Name-Generator/

# Technical
Created with HTML, JS, CSS.

## How it Works
The generator works by following the general format of a Big Bang Theory episode name, which from my own research seems to follow as so

"The" "[Some grouping of names or random 1,2 word summary of the episode or just something realllly random]" "[Some convoluted scientific term]"

And the website randomly slaps together a group of fitting terms into those brackets.

Example:

"The [Table] [Polarization]"

"The [Banana] [Postulate]"

"The [Status Quo] [Combustion]"

2 of 3 of which are actual episode names and one is a randomly generated one.