Coding Challenge #39: Mad Libs Generator
In this coding challenge, I make a Mad Libs web application using p5.js and tabletop.js (a JavaScript library for connecting to google sheet data.) Code: https://thecodingtrain.com/challenges/39-madlibs-generator
๐น๏ธ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/8gVGg0VR3
๐ฅ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
๐ Tabletop.js: https://github.com/jsoma/tabletop
๐๏ธ Papa Parse: https://www.papaparse.com/
๐ป Programming from A to Z Github: https://github.com/shiffman/A2Z-F16
Live Stream Archive:
๐ด Coding Train Live 61: https://youtu.be/Fe1sy9fkTKQ?t=6952s
Related Coding Challenges:
๐ #37 Diastic Machine: https://youtu.be/u-HUtrpyi1c
๐ #39 Mad Libs Generator: https://youtu.be/ziBO-U2_t3k
๐ #42 Markov Chain Name Generator: https://youtu.be/eGFJ8vugIWA
Timestamps:
0:00 Introduction and what Mad Libs is
2:15 Making the Google Form
4:59 About getting the data into the program
6:25 Using tabletop.js
7:23 Getting the data from our spreadsheet
10:43 Creating a button
12:04 Using regular expressions to replace the blanks
14:46 Making the callback function to replace the words
16:50 Picking random words from the entries
18:47 The end result
19:15 So many possibilities to try!
20:11 Goodbye!
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
๐ Website: http://thecodingtrain.com/
๐พ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
๐ฉ Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
๐ก GitHub: https://github.com/CodingTrain
๐ฌ Discord: https://thecodingtrain.com/discord
๐ Membership: http://youtube.com/thecodingtrain/join
๐ Store: https://standard.tv/codingtrain
๐๏ธ Twitter: https://twitter.com/thecodingtrain
๐ธ Instagram: https://www.instagram.com/the.coding.train/
๐ฅ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
๐ฅ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
๐ p5.js: https://p5js.org
๐ p5.js Web Editor: https://editor.p5js.org/
๐ Processing: https://processing.org
๐ Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#madlibs #googleforms #datacollecting #javascript #p5js #tabletopjs