DEV Community

Devdude Gamemaker
Devdude Gamemaker

Posted on

I Built an AI Game Dev Toolkit (and Cut My Asset Creation Time by 70%)

If youre an indie game dev you probably spend way more time hunting for assets than actually coding your game. I know I did.

Last year I was building my match-3 game and realized I was spending like 70% of my time just dealing with sprites, animations, backgrounds, sound effects. Id finish coding a feature in an hour then spend the next 6 hours bouncing between photoshop, some random sprite generator website, audacity, and whatever else I needed that day.

It got ridiculous. So I built something to fix it.

The Problem: Tool Sprawl is Killing Productivity

Heres what my workflow looked like before:

  • Hunting for sprite sheets online or commissioning artists (expensive, slow)
  • Manually cropping and exporting frames from videos
  • Using 5 different websites for different AI art generations
  • Paying marked up prices (like 5x the actual API cost)
  • Switching between 10+ browser tabs just to make one game asset
  • Writing repetitive game code without any AI assistance

Everyone talks about game engines and frameworks but nobody talks about how much time you waste on asset pipeline stuff.

The Solution: I Built Sorceress

I wanted everything in one place. No tab switching, no subscription markups, just tools that work.

Check out the overview:

What Makes It Different

1. Sprite Automator

This tool alone saved me probably 100+ hours. You upload a video (like a walk cycle reference or animation) and it automatically:

  • Removes the background
  • Crops each frame
  • Exports a game-ready sprite sheet

No more frame-by-frame manual work in photoshop.

2. AI Art Generation at Cost

Most AI art platforms charge you $20-50/month PLUS credits. Theyre marking up the actual API cost by like 5x.

Sorceress uses direct API pricing. You pay what it actually costs to generate the image. Usually pennies per generation. You can:

  • Generate character sprites
  • Create backgrounds and environments
  • Make UI elements
  • Generate seamless tiling textures
  • Create animated pixel art sprite sheets

3. Free AI Coding Agent

The coding agent runs in your browser and helps you write game code. Its free if you bring your own API key (keeps costs low).

You can ask it to:

  • Write game mechanics
  • Debug your code
  • Explain how something works
  • Generate boilerplate code

Way faster than googling stack overflow for hours.

4. All the Other Stuff

  • Sprite analyzer (preview animations frame by frame)
  • SFX editor (trim and process sound effects)
  • Canvas tool for pixel art (free)
  • Publishing platform to share your games
  • Batch utilities for image/audio processing

Real Example: My Match-3 Game

For my game Crystal Cascade I used Sorceress for:

  • Generating all the gem sprites with consistent art style
  • Creating the background tiling textures
  • Building the UI elements
  • Converting reference animations into sprite sheets
  • Writing game logic with the AI coding agent

What used to take me a full day now takes maybe an hour or two.

The Pricing Philosophy

I wanted to keep this affordable for indie devs. Heres how it works:

  • AI coding agent: FREE (just bring your own API key)
  • Canvas tool: FREE
  • Chat and community: FREE
  • Publishing: FREE
  • Core tools (sprite automator, analyzers, editors): $49 lifetime
  • AI generation: Direct API cost (pennies per image, no markup)

No monthly subscriptions. No per-seat licenses. Just pay once and use it forever.

Try It Out

If youre tired of juggling 15 different tools and want to actually finish your game, check it out:

https://sorceress.games?ref=devto
The coding agent is completely free to try. Just bring your own API key and start building.

More Tutorials

Ive been making tutorials on my YouTube channel about AI-assisted game dev workflows. Some recent ones:

AI Quick Sprites - 10 Seconds! Game Ready!

Make Your First Game with AI (Beginner-Friendly)

Subscribe to the channel for more: https://www.youtube.com/@1dudedevteam


Wrapping Up

Building Sorceress was born out of frustration with how fragmented game dev tooling is. Every indie dev faces the same problem - spending way too much time on asset pipeline stuff instead of actually making games.

If this resonates with you, give it a shot. The coding agent is free to try and you can see if the workflow fits how you build games.

Happy game developing!

Top comments (0)