Create a free online game in less than 20 minutes using Claude 3.5 AI - no experience needed - thexpgamer.com

Create a free online game in less than 20 minutes using Claude 3.5 AI – no experience needed

Chippy Rockhopper
Views: 29
Like: 2
How to create a free online computer game in under 20 minutes using artificial intelligence (AI)

No experience needed, just follow my steps!

In part 2 I’ll show you how to deploy the game to a website or play it locally on your computer

What you will need:
====================
– A free account at from Anthropic
– Claude Sonet 3.5 with Artifacts turned on
– Email and Phone number to validate your account
– PC or laptop browser (not the Claude.ai mobile app)
– About 5 minutes to setup

Starting Prompt for the game:
=============================
Create a simple scrolling game with the following elements:
* Rocks and flowers scrolling in from the right
* Our main character, Chippy, has to jump over the rocks, or pick the flowers by touching them
* We need smooth animation for jumping over a rock
* When a flower is picked, it disappears from view and we get 1 point per flower
* Use svg to create the visual elements

Improvement suggestions:
========================
* Ask Claude to make the game work on tablets
It will add touch controls.
If it does not give you the complete code, but just the changes needed, ask it to generate the full set of code for you.
It might still export it in chunks, if there are too many characters, but it will be easier to just copy the chunks and paste them in sequence into a text editor like Notepad++.

You can then start a new chat, and provide the full set of code to Claude as a new starting point.

Look out, I’ll create another video showing you how to publish your game on the internet.
For that, you will need free accounts for:
– Github.com
– CodeSandbox.io
– vercel.com
It takes about 5 to 10 minutes to set up