Posted on 11/24/2025
Tags:
Programming,
Parenting,
Games,
Tools
In my post about
Wolfers, I mentioned working on a way to generate new game variants.
I'm ready to share that today. Please check out the
Create Your Own Wolfer page!
That page is a step-by-step guide to generate your own Wolfer game with only an English description. It also provides a way to load and test your game before submitting it to be included on the
official Wolfers page.
I had the best results generating games with ChatGPT, though I provide links to additional AI chat bot choices.
Wolfers games can be educational or just plain fun. Check out this novelty Wolfer game where you have to determine whether a name is a Pokémon or a prescription medication:
Wolfer: PokéPrescription.
Some technical details:
- Like
PCEImage Editor, I'm using
CodeMirror for in-line code editing.
- For user submissions, I'm using a Google Form because it's easy, free, and my projects are just statically hosted files.