Round 1:跑酷游戏
提示词: Make me a captivating endless runner game. Key instructions on the screen. p5js scene, no HTML. I like pixelated dinosaurs and interesting backgrounds. 中文提示词: 为我制作一个引人入胜的无限跑酷游戏。屏幕上显示关键操作说明。使用 p5js 场景,无需 HTML。我喜欢像素化的恐龙和有趣的背景。
Round 2: 小球弹跳
Create an effect using p5.js (no HTML needed) where 10 colorful balls bounce inside a rotating hexagon, taking into account gravity, elasticity, friction, and collisions. 使用 p5.js(无需 HTML)创建 10 个彩色球在旋转六边形内弹跳的效果,考虑重力,弹性,摩擦和碰撞。
Round 3: 飞行模拟游戏
In pure three.js, without downloading any assets or textures, create a flight simulator game where i can fly an airplane. Make sure it runs in the browser
Round 4: 生成 Mandelbrot set 集
p5js to explore a Mandelbrot set. 用 p5js 生成 Mandelbrot set.
Round 5: 中文长文本输出能力
以马斯克和山姆奥特曼为主人公,写一篇有关他们爱恨情仇的科技商战小说。要求:10000 字, 一次性输出完整内容。
Round 6: 文本总结能力
提示词:文章中,失败总体分为几大类, 具体的错误有多少种,它们分别是什么?图一中的成功率,失败率各是多少?
一楼到十楼的每层电梯门口都放着一颗钻石,钻石大小不一。你乘坐电梯从一楼到十楼,每层楼电梯门都会打开一次,只能拿一次钻石。问怎么才能拿到最大的一颗?
前 3 层不拿:即在一楼、二楼、三楼时,只观察钻石的大小,记录下这三层中最大的钻石大小,但不拿取。 从第四层开始:在四楼到十楼,一旦遇到比前三层中最大的钻石还要大的钻石,就立即拿取。 如果在第四层到第十层都没有遇到比前三层最大的还要大的钻石,那么必须在第十层拿取(但此时无法拿到最大的钻石)。
Round 8: 海报生成
生成一张适合小红书平台的“金句海报”,内容为“Attention is All You Need”。用 html/css 设计。