Hey fellow jammers!
Are you thinking, "I really want to make a game using AI, but coding and complex setups look way too intimidating..."? If that’s you, don't worry—you are definitely not alone!
I wanted to share a unique, ultra-lightweight 2D game engine called "TinCLE". It was built specifically to make co-developing with AI as smooth and frictionless as possible.
I’m not here to push this engine on anyone. I just wanted to share it as a helpful tool for those who are hesitant to start because it "looks too hard." I really hope it gives you that little spark of excitement to take your first step into this jam!
🌟 TinCLE - Game Engine of the AI, by the AI, for the AI.
👉 https://michyox.itch.io/tincle
---
🤖 What exactly is TinCLE?
In short, TinCLE is a minimalist C-based game engine designed so you don't have to read the manual—your AI does. Just feed the spec sheet (`SKILL.md`) to the AI, and it will output 100% working code on the first try (Hmm... probably!).
While modern game engines are incredibly powerful, their complex APIs and massive documentation often cause AI to hallucinate and generate buggy code.
TinCLE strips away all that bloat. It's built on top of SDL2—the most standard library that every AI (Gemini, ChatGPT, Claude, etc.) has already learned billions of times. Because of this, the AI inherently knows exactly how to write perfect code for it from the very first prompt.
🚀 Real Results from My Students!
You might wonder, "Does it actually work?" Well, the students in my game development seminar have already tested it, and the results are absolutely mind-blowing!
- Case 1 (Co-developing via AI Chat):
One student, following step-by-step coding instructions from an AI chat and simply copy-pasting the code, managed to build a fully playable "OutRun-style pseudo-3D racing game" in just 2 hours! - Case 2 (100% Autopilot with an AI Agent):
Another student used an AI agent (Claude Code) with folder permissions. They gave it a prompt: "Make a mahjong tile brain-training game." With just a few test plays and minor feedback from the human, the AI automatically built and spat out a deployment-ready ZIP file in just 1 hour!
🛠️ How it works (It’s incredibly simple!)
1. Drop the included `SKILL.md` file into your favorite AI (Gemini, ChatGPT, etc.).
2. Tell the AI: "Using this spec, write the code for a retro arcade shooter!"
3. Copy the code the AI gives you, paste it into `game.c`, and hit the build tool!
You don't need to spend months studying C programming. Just pitch your awesome game ideas to your AI copilot, and let it act as your personal lead programmer!
---
Final Thoughts
"I want to make a game, but I don't have the skills yet, so maybe I'll skip this jam..."
If you’ve ever felt that way, this is your sign to team up with the ultimate AI sidekick and experience the magic of bringing your ideas to life.
If you're curious, come check out the TinCLE page! I’ve also secretly sneaked a backlink to this game jam at the bottom of the page (shhh, don't tell anyone!).
I can't wait to see your wonderful ideas brought into the world with the power of AI. Let's have some fun and happy jamming!