Tesana – An AI game engine that builds quality games end-to-end
Hey HN! I built https://tesana.ai/en, a game generation platform that allows anyone to create full games with graphics, game logic, and animations from a simple text prompt - without coding. Tesana has three key features 1. describe your game idea and have Tesana write a game plan for you 2. Build the game iteratively with AI, or let AI self-build the game in a build LOOP. 3) Launch the game on the web, without setting up an engine Tesana has 250 000 builders on the platform today I believe the democratization of game making is a good thing, and hopefully Tesana can help more…
In plain words
Tesana is an AI-powered game creation platform that lets users build complete games from text descriptions without coding. It generates 3D assets, environments, animations, and game logic, then hosts finished games for up to four-player multiplayer. Users can describe their game idea, build iteratively with AI assistance or let the system auto-generate, and launch directly to the web. The platform serves aspiring game creators of all skill levels and currently has 250,000 builders.
written from the facts on this page · September 2026
From the sources
Create your own games with AI from a simple text prompt - no coding required. Tesana is the world
Asset generation 3D models, textures, audio, character animations, visual effects & more. Environments & graphics Real 3D worlds with custom terrain, lighting, shaders, materials, skies. Hosting & multiplayer Tesana wires into our hosted servers for 2–4 players. No custom server needed. Game studio Live preview, version history, image references, custom assets, collaborators. Asset generation 3D models, textures, audio, character animations, visual effects & more. Environments & graphics Real 3D worlds with custom terrain, lighting, shaders, materials, skies. Hosting & multiplayer Tesana wires into our hosted servers for 2–4 players. No custom server needed. Game studio Live preview,…from tesana.ai
In the maker’s words, at launch
Hey HN! I built https://tesana.ai/en, a game generation platform that allows anyone to create full games with graphics, game logic, and animations from a simple text prompt - without coding. Tesana has three key features 1. describe your game idea and have Tesana write a game plan for you 2. Build the game iteratively with AI, or let AI self-build the game in a build LOOP. 3) Launch the game on the web, without setting up an engine Tesana has 250 000 builders on the platform today I believe the democratization of game making is a good thing, and hopefully Tesana can help more people bring their game ideas to life. Happy to chat about the AI or dev stack behind the product. Let me know if you have any questions/comments/feature requests!
Does the same job
all alternatives →- FSFata – Spaced repetition to fight skill rot from AI codingJun 2026 · fata.dev · ▲124
Hi HN, I'm Djoumé. I've been a developer for over 20 years, and like a lot of you I've been coding almost exclusively through an agent in the past few months. It's been amazing to vibe code prototypes in any stack, but when it comes to building something reliable/scalable, I couldn't effectively guide the agent unless I knew the technology. And the scariest part is that I'm seeing a lot of my technical skills decreasing due to AI coding. Reflecting on my journey, I also worry about how the new "AI native" generation of software developer is going to acquire technical depth. So I built…
- IBI built 80 mini-games using Fable before it was shut downJun 2026 · minigames.world · ▲54
Dear Hacker News, I'm kindly asking for your participation in the open beta for my AI-managed mini-games website. Thank you in advance! For a limited time window, I'm setting the all-free feature flag to true. I hope you have a lot of fun exploring the AI's sense for games! Here and there, I tweaked it to help with visual consistency. I would be deeply grateful if you opted into analytics. $2,300 in API tokens... Cheers!
- AGAI game animation sprite generator2025 · godmodeai.cloud · ▲162
I tried to build AI game animation generator last year ( https://news.ycombinator.com/item?id=40395221), a lot of people were interested, but it failed, mainly because the technology was not good enough. 1 year passed, there were a lot of developments in video/image generation. I tried it again, I think it works super well now. Actually beyond my expectation. You can generate all kinds of game character animation sprites with only 1 image. 1, upload your image of your character 2, choose the action you want 3, generate! Support basic actions like Run, Jump, Punch and…

- PAPaletAI – App to create, play, and share AI‑generated games2025 · apps.apple.com · ▲11
Hi HN! My cofounder and I just launched PaletAI, a mobile app for playing and creating AI-generated games. What PaletAI does: 1. Create – Describe the game you want to make, AI makes it, no coding. 2. Share – Hit publish and it appears on our TikTok-style home feed. 3. Play - Swipe through thousands of games, save the ones you like. Basically it’s a platform for “vibe‑coded” mobile games. What problems we’re solving: - Creators: No‑code tools still leave you with “now what?” (hosting, marketing). With PaletAI, you just hit “Publish” - Players: Finding quick casual games today means store…
- IBI Built a Free AI Platform to Instantly Create Games with Your Voice2024 · caisual.com · ▲5
Hey HN, I'm Damiano Rodriguez, and I've been working solo on a project called Caisual Games. It's a free platform where anyone can create web games just by describing them with their voice. Here's how it works: You simply describe your game idea ("Make a cookie clicker game with 5 upgrades"), and the platform generates a playable web game in seconds using HTML and JavaScript. There's no coding required and no downloads needed—you can create and play directly in your browser. What's more, anyone can improve a published game, fostering a collaborative environment for game creation. The…
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com