Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

joeyismusic

75
Posts
6
Topics
9
Followers
134
Following
A member registered May 08, 2025 · View creator page →

Creator of

Recent community posts

So well done, can't wait to see more top down environments from you.

Oh man, this makes me want to create a game with the pack now! Keep going!

will there be a collective of "props" and other assets that can work with all the dungeons since each dungeon's composition in this series so far has been just some floors, walls, and a few other elements that work with the theme?

Yep that's what I tried, it didn't work (my screen shots in my latest post are me trying what you sent). Here's a video that further explains the potential problem: 

hmm yeah it's not exactly the intended effect.


while you did match the arrangement


the intended effect still seems quite a bit off from your example usage

as I study more, it seems there are supposed to be 3-4 relationships happening here...


But I'm not 100% sure

I'm working with LDTK. I'll give this a try.

Can't figure out how to autotile the walls.

(1 edit)

I am having a really hard time wrapping my head around how to get the WALLS (not the zelda ones) to layout for auto-render in LDTK (auto-tile in Tiled).

Amazing work. Would love to see some dungeons from you!

Fair! I am potentially interested in a commission. I also contacted you via Twitter. You can email me joeysturgis@gmail.com

Hoping to see you release a creatures pack!

Do you have or know of any character sets that would be compatible with these tilesets? Do you have plans to work on more?

Big fan of your work. Hoping you'll eventually release a top down theme of characters and tilesets.

Please provide more map examples with these releases, it's hard to tell what's possible just by looking at the few previews. 

Not sure what language you plan to write in but you can create an aracde-like roguelike in about a day with this tutorial: https://nluqo.github.io/broughlike-tutorial/

Aha! Beautiful answer. I am excited to make art. Thank you. 

(2 edits)

The hosts have said they encourage participants to plan ahead, start the design docs, sort out your assets, use libraries… etc. 

I’ve done just that. I have a game concept and have used AI to do things like take sprites in a sprite sheet and create meta data about the sprites. Etc. 

But the game itself is still my idea, my concept, and how I want it to play out is something I’ve architected alone. All that’s left is to wait for the start date and get to work  

I can imagine people think of vibe coding a game to be someone letting AI decide all of this. In my case, it’s not.

But absolute proof would be to just stream all your work to verify you made the game. I’m trying to figure out WHAT part of this process is the most respected. Is it physically writing the code by hand like by line? Is it the game design? Is it both?

Removing AI from the equation, the supportive nature of allowing libraries even begs this question.  I mean with rot.js, you can have a game in like 50-100 lines. 

So what is the official stance on AI involvement in the development process? 

1. It’s impossible to even type text into any modern device without AI auto correcting you or making suggestions

2. AI is factored into tons of tools. Before the current AI boom, intellisense was basically AI and coding assistance 

3. Lots of opinions here but would love to cling to moderated rulings. AI is a useful sounding board, creative collaborative partner, and all in source of knowledge. 

4. Most google searches even are an AI generated response. 

So the question is, will people be penalized or even disqualified if they’re using AI during the challenge?


thanks. 

This game is super fun and hilarious too! Great job.

mac or browser

Palette Matcher on itch.io


Hey everyone — I just released Palette Matcher, a browser-based color remapping tool built for pixel artists and game devs.

The problem it solves: if you've ever mixed sprites from different asset packs in a project and everything looks like a color clash, this tool lets you take one palette and force another image to match it. No manual recoloring, no Photoshop — just load, tweak, and export.

How it works:

  1. Load one or more images as a palette source — it extracts every unique color
  2. Load a target image you want to remap
  3. Pick a matching method, adjust dithering/brightness/saturation, and preview the result side-by-side
  4. Export as PNG

There are 6 different color matching methods (CIE LAB, CIEDE2000, Hue Priority, Luminance Only, Weighted RGB, RGB Euclidean) that all produce noticeably different results depending on your art. Floyd-Steinberg and ordered dithering are included too, plus a full adjustment stack with per-channel controls.

A trick worth knowing: load the same image as both source and target, then lower the saturation. The result stays within the original palette's exact colors — no new indexed colors introduced. Great for making muted or darkened sprite variants without breaking your color budget.

Privacy: everything runs 100% locally in your browser. Your images never leave your machine. No server, no uploads, no tracking. It's a single HTML file — works offline, zero dependencies.

It's name-your-price (including free). Would love to hear if it's useful to anyone else working with multiple asset packs or limited palettes. Happy to take feature requests too.

Free version 89 kB
Full version 41 kB

doesn't make sense

Very hesitant to use any kind of "entity" (mobs, objs, etc) unless there's tilesets that match

The best part of this game is how it keeps scrolling down while you're playing to show you all the fucking skins you should buy.

Congrats on the new release. Do you ever plan to create tilesets?

where did you go :( 

Thanks for giving it a try, this is an incomplete entry unfortunately - I ran out of time.

This is sick, what engine did you use to create it?

All this and more has been fixed and improved since submission but according to the rules - the work had to be done within the timeframe of the jam. It’s unfortunate that I could not complete my vision in time and this is basically an incomplete (although somewhat working) submission. Thanks for playing! I certainly had fun getting my feet wet and participating. 

yes! Fantasy is here!!!

oh well. I bought every pack anyway. 

Welcome back, keep going!

Would love to use Oryx Design Labs roguelike sprites for my project! But the discount code isn't working anymore.

Joined the discord and haven't heard much! Still trying to remain hopeful that you can continue work on this!

Yes, definitely conceal most of the map unless it's been visited.

(1 edit)

I'm following a Unity tutorial right now and have made significant progress, but I will probably pivot back to my main JS project after completing what I've learned here.

 

Congratulations on this achievement, it is monumental. I'd love to see additional animations - and I know the workload for those is immense. So I just wanted to drop a comment to inspire you to keep going and to tell you that you are appreciated and your work is amazing.

Since the rules don't really discuss what type of combat is required, I'd say you're free to implement whatever makes sense for the game you want to create. But, that said, I'd aim more towards the idea that this game jam is leaning in the "traditional roguelike" direction. The host of the jam even embeds an animated example of gameplay which really exemplifies what a desired game submission might look like.

I am interested in the idea of adhering somewhat strictly to the concept of a traditional roguelike simply because I've actually never built one. I find it to be an interesting challenge to take on and to do something I would not do otherwise. 

I wanted to just recommend a step by step tutorial for creating a traditional roguelike that I truly believe anyone with a computer and a tiny bit of interest in game development can get started with their creation for this game jam. I'm simply recommending it because it has helped me out a lot with getting into the genre.

Check out the Broughlike Tutorial by Jeremiah Reid: https://nluqo.github.io/broughlike-tutorial/index.html

You can play the finished game here: https://nluqo.github.io/broughlike-tutorial/completed/stage8/index.html

Anyone with a computer, text editor, and basic image editor can create a completely finished traditional roguelike from scratch with no dependencies, libraries, or other tools. 

Best of luck to everyone in the game jam! 

I think it's well agreed upon that 3D does not fall under traditional roguelike standards. However, as the main page states:

You are challenged to create a game that features gameplay that is:
Turn-based, focusing on strategic thinking over quick reflexes.
Run-based, with no meta-progression (the player loses all tangible progress after each run).
Subject to  permanent consequences (the player cannot freely roll back mistakes).
Impacted by Procedural Content Generation in a meaningful way.
Focused on the development of A character, or a party of characters (no abstract puzzle or "god" games).

So that leads me to believe 3D is welcome? But probably wouldn't earn any brownie points from people "expecting" a traditional roguelike...

The theme is whatever you want if it follows the above.