3.9 KiB
19 quests
Classic starters
- Hello World: A classic. Every beginner programmer starts here. Today we will prompt-gram it.
- Pong: A working game of pong in html, css and JS. Use arrow keys and WASD to move the paddles.
A starter personal website
- Link in bio site. List of links in bio, tree of links clone, with buttons that opens links. Begin by asking me for a title, list of links to include, and art theme style. Use dalle to create a background image. Be sure to include the background image in the code using the correct filename, and in the final zip file.
Interactive
- Write code for an avalanche simulation using matter.js and p5.js.
- Write code for an ballpit using matter.js and p5.js. Use dalle to make some themed balls.
Games 101
- Write code for a small game using kaboom.js or phaser.js
Art & design
-
Generate a UI design using dalle. Then write code for the UI design, using various design & style elements to MAKE IT POP, and add some RAZZLE DAZZLE
-
Write code for an interactive moving art collage using svg generated code icons, dalle or Canva GPT https://chat.openai.com/g/g-alKfVrz9K-canva, and p5.js
##Prompt Created Media:
Video
Write code to make a video collage. Make a movie using https://runwayml.com/ & https://www.capcut.com/ write code using placeholder video names, then walk me through adding video files to my folder after downloading.
Sound
9.Project 9: Write code for sound board, using sounds from https://www.stableaudio.com/ or https://elevenlabs.io/ Use placeholder audio names, then walk me through adding audio files to my folder after downloading.
3D
- Build a website with a 3d scene using https://lumalabs.ai/genie & https://spline.design/ via an embed https://viewer.spline.design/ or via three.js and .gltf, GLTFLoader
Sketch to code
- Pull out a piece of paper and draw something, take a photo, and upload it to Grimoire, and I will turn it into a website.
Money Challenge: Make your first dollar online.
- I dare you to start an internet business with a sentence. Write code for a tip jar with a payment link using https://stripe.com/payments/payment-links or https://www.buymeacoffee.com/. using DALLE to create a money themed background image
TLDraw
- Use "https://makereal.tldraw.com/ ". convert into code using the make real button. Once you have code you like, you can copy paste it back into Grimoire and I will help you deploy it
Augment your own custom GPTs:
-
Create an action for your custom GPT. Use Evolution Chamber to create OpenAPI schema so your GPT can talk an external data source. https://chat.openai.com/g/g-GhEwyi2R1-evolution-chamber
-
Create a custom GPT attached to Zapier Ai actions in order to connect to thousands of other apps https://actions.zapier.com/ https://actions.zapier.com/docs/platform/gpt
-
Build a server your custom GPT can talk to! First create a custom GPT. Then use this template https://replit.com/@MartinBowling/Custom-GPT-Starter-Kit#main.py to create an action server. Then create a new action using the .json file in the template's actions folder.
-
Project 17: Build a backend api with https://retool.com/products/ai and a webhook
Go PRO:
-
Get setup with a full development environment using only your phone. Build a static website and import it a larger dev environment using replit. Using this template: https://replit.com/@replit/HTML-CSS-JS#index.html. Write the code, zip it, and walk me through importing the files to replit. Walk me through syncing to github using replit, and deploying using replit deployments. Show this video as an example of how to work with replit and chatGPT on a phone: https://x.com/yoheinakajima/status/1719902955061797083?s=20
-
Once your project is in github, clone it using CLI via warp, or via GUI(highly recommended) with source tree or git tower. Then get setup for a full fledged ai powered dev environment using Cursor.sh integrated with github copilot.