Two prototype games for learning American Sign Language fingerspelling.
Tap-to-match card games that build from handshapes to full signed sentences.
An arcade maze game — steer Pac‑Man to eat handshape letters in spelling order.
Never written a line of code? That is genuinely fine. You install one tool — Claude Code — and from then on you simply ask it, in plain English, to do things. It sets up your computer, fetches this project, and makes the changes for you.
Written for Windows 10 and 11. About 20 minutes, most of it waiting.
PowerShell is a plain text window built into Windows. Press the Windows key, type PowerShell, and press Enter.
A dark window opens with a blinking cursor. That is all it is — a place to paste things. You will not need to remember any of it.
Copy the line below, paste it into PowerShell, and press Enter:
irm https://claude.ai/install.ps1 | iexIt prints a lot of text and takes a minute or two. When it finishes, close PowerShell and open it again so Windows notices the new tool.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserType this and press Enter:
claudeYour web browser opens so you can sign in to your Claude account. Once you are done the window says Login successful, and you are talking to Claude Code.
This is the part that would normally be a long checklist of installing things. Instead, paste this whole paragraph as your message to Claude Code:
Please set this project up for me. I have never programmed before,
so explain what you are doing in simple terms as you go. Install
Node.js and Git if they are missing, download
https://github.com/TacoTruckGames/ASL_app into my user folder,
get the webapp folder ready to run, then start the learning app
and tell me which web address to open.
It will work through the steps, asking permission along the way. This takes several
minutes. When it finishes it gives you a web address — usually
http://localhost:8081. Open that in your browser and the five levels appear.
claude, and say
“carry on setting up the project”. It picks up where it left off.
Leave the app running. Ask Claude Code for something — in ordinary words, not code:
Add a new word VAN with a van emoji to the Level 3 word listIt finds the right file, shows you exactly what it wants to change, and waits for your approval. Say yes, and the app in your browser updates by itself. You just shipped a change.
Other things worth asking, once you are comfortable:
What does this project do?
Make the cards in Level 1 wiggle faster
Change the background colour to light blue
Explain how the celebration animation works
Add a word for every letter of the alphabetNothing you do here is permanent, and you cannot break the real website. If you want to start over, just say:
Undo all the changes we made and put everything back how it wasExperiment freely — that is the whole point.
You never have to open these yourself — Claude Code will find them — but it helps to know roughly what lives where when you ask for something.
Stuck? Claude Code has its own quickstart and troubleshooting pages — or just describe the problem to Claude Code itself and ask it to fix it.