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
- Host: GitHub
- URL: https://github.com/stonet2000/bbt-name-generator
- Owner: StoneT2000
- Created: 2018-09-04T00:30:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T23:37:03.000Z (over 7 years ago)
- Last Synced: 2025-02-05T13:53:01.950Z (over 1 year ago)
- Language: HTML
- Homepage: https://stonet2000.github.io/BBT-Name-Generator/
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.