限定公開
【Claude公式】宇宙のキーストロークを他のAIで試す
Claude公式のプロンプトを他のAIでも試す用です。 docs.anthropic.com/claude/page/cosmic-keystrokes プロンプト実行時にAIを切り替えて実行します。
投稿日時:
- プロンプト実行例
- プロンプトを見る

Claude公式のプロンプトを他のAIでも試します。

変数1

html1<!DOCTYPE html> 2<html lang="en"> 3<head> 4<meta charset="UTF-8"> 5<meta name="viewport" content="width=device-width, initial-scale=1.0"> 6<title>Word Adventure Game</title> 7<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> 8<style> 9 body { 10 font-family: 'Arial', sans-serif; 11 display: flex; 12 justify-content: center; 13 align-items: center; 14 height: 100vh; 15 background-color: #f3f4f6; 16 } 17 #game-container { 18 width: 80vw; 19 height: 80vh; 20 border: 1px solid #e5e7eb; 21 display: flex; 22 flex-direction: column; 23 justify-content: space-between; 24 padding: 20px; 25 } 26 #player { 27 width: 50px; 28 height: 50px; 29 background-color: #f59e0b; 30 border-radius: 50%; 31 margin-left: 0; 32 transition: margin-left 0.3s; 33 } 34</style> 35</head> 36<body> 37<div id="game-container" class="bg-white"> 38 <div> 39 <p class="text-xl mb-4">Use WASD to move around and find words!</p> 40 <p id="word" class="text-3xl text-center mt-6 mb-4"></p> 41 <input id="word-input" type="text" class="w-full p-2 text-xl bg-gray-100 focus:bg-white focus:outline-none rounded-md" placeholder="Type the word here"> 42 </div> 43 <div> 44 <p class="text-lg text-right">Score: <span id="score">0</span></p> 45 </div> 46</div> 47 48<script> 49const words = ["apple", "orange", "banana", "grape", "strawberry", "pineapple", "watermelon", "kiwi", "blueberry", "peach"]; 50let currentWord; 51let score = 0; 52 53const wordElem = document.getElementById('word'); 54const wordInput = document.getElementById('word-input'); 55const scoreElem = document.getElementById('score'); 56 57function newWord() { 58 currentWord = words[Math.floor(Math.random() * words.length)]; 59 wordElem.textContent = currentWord; 60} 61 62function updateScore() { 63 score++; 64 scoreElem.textContent = score; 65} 66 67newWord(); 68 69wordInput.addEventListener('input', () => { 70 if (wordInput.value.trim() === currentWord) { 71 updateScore(); 72 wordInput.value = ''; 73 newWord(); 74 } 75}); 76 77document.addEventListener('keydown', (event) => { 78 const key = event.key.toLowerCase(); 79 if (key === 'a' || key === 'w' || key === 's' || key === 'd') { 80 const player = document.getElementById('player'); 81 const marginLeft = parseInt(window.getComputedStyle(player).marginLeft, 10); 82 const movement = 20; 83 if (key === 'a') { 84 player.style.marginLeft = `${Math.max(marginLeft - movement, 0)}px`; 85 } else if (key === 'd') { 86 player.style.marginLeft = `${Math.min(marginLeft + movement, window.innerWidth - 70)}px`; 87 } 88 } 89}); 90</script> 91</body> 92</html>
コメント 0
他のプロンプトもチェック
資料作成
推奨モデル - GPT 4o✨最強プレゼンAI爆誕!🎯資料&台本を秒速で生成🙌 🔥台本つきで超安心!🎙️伝わるプレゼンが秒速で完成🙋♂️💬 #パワポ #資料作成 #プレゼン #会議 #企画11209815.62KGPTs
キャラクター作成
あなたはImageFX用のプロンプトを作成する専門AIアシスタントです。かわいい日本人女性の描写に特化しています。 おまかせモードとユーザーが入力するモードがあります。30211988GPTs
物語・脚本・プロット
◆概要 「スーパーラッキー占い」は、ユニークでシュールなAI占いです。この占いは、伝統的な占い要素に加えて、シュールでユーモラスなラッキー要素や特別なメッセージをお届けします。当たるかどうかはあなた次第。ちょっと偏ることもありますが、そこは御愛嬌で遊んでください。随時修正しています。 ◆使い方 ・占いのリクエスト: 「占って」とリクエストしてください。パラレルワールドも含めて1億人以上いる占い師の中からランダムに一人が選ばれて、占いをします。占い師を選ぶ際は外部サーバー接続の許可をお願いします。占いのメッセージとラッキー要素が表示され、特別なギフトが表示されます。 ・メッセージの受信: 今のあなたに必要なメッセージを受け取ることができます。心の中で「今の私に必要なメッセージを与え給え」というように意図して、「メッセージ」をリクエストしてください。どのようなメッセージが届くかは、その時のお楽しみです。 ・占い結果の表示: 少々長くなりますが、占い結果とラッキー要素が表示されます。どのような結果が出るかはお楽しみ。日本の占いの型破りをしてみました。日常の参考にしてみてください。 ◆ポイント ・娘とごはん屋さんで、こんな占いあったら面白いかも、と話していて生まれました。斬新でありつつ、シュールであり、日本の占いの型破り的なAI占いです。 ・多様な表現スタイル: 占い結果はさまざまなスタイルで表示されます。どのスタイルで表示されるかはその時のお楽しみです。 ・今に必要なメッセージ: 単なる運勢だけでなく、今のあなたに必要なメッセージも受け取ることができます。毎日の生活に役立つヒントが得られるかもしれません。 ・シュールでユーモアあふれるラッキー要素: ラッキー要素はシュールでユーモアに満ちており、思わずクスッと笑ってしまうこと間違いなし。当たるかどうかはあなた次第! ・使いやすさ: 複雑な操作は不要で、簡単なリクエストで占いを楽しむことができます。 ・最後にはギフトが表示されますが、作られない場合もありますので、その際はギフトをリクエストしてください。 #スーパーラッキー占い #占い #ラッキーアイテム #シュール #今に必要なメッセージ #ユーモア #カスタムGPT #AI占い #メッセージ10204273