Remix.run Logo
Show HN: Chess-Inspired Roguelike(princechazz.com)
191 points by cowboy_henk 5 days ago | 67 comments
Doches 5 hours ago | parent | next [-]

There must be something in the water! I’ve been working on a (very different) chess-like roguelike, and just released the demo. Check it out if you’re a fan of weird chess puzzles, bad chess puns, and Hnefatafl!

https://store.steampowered.com/app/3856240/Pieces_of_the_Kin...

keyle 2 hours ago | parent | next [-]

Nice this is an actual roguelike

justinbeaudry 5 hours ago | parent | prev | next [-]

That's awesome! I've been working on nearly this exact same idea as a prototype in Godot. Looks like my work is done! ;-)

Doches 4 hours ago | parent [-]

Ooh! I’d love to see that, or to have a chat and swap ideas. My email is in my profile if you’d be up for it.

selimthegrim 5 hours ago | parent | prev [-]

So, Battle Chess 2026?

Doches 5 hours ago | parent [-]

You’ve got me; I was very much a Battle Chess addict once upon a time…

bbx 3 hours ago | parent | prev | next [-]

Great game. I love playing chess so this is quite a unique way to play it.

One piece of feedback: dragging a piece on mobile seems inaccurate at times. I’m used to chess apps where it works great. Here it seems the dragged piece doesn’t always end up where I’ve left my finger. I’ve lost a few rounds like this.

tantalor 2 hours ago | parent [-]

Simply click, don't drag

reassess_blind 8 minutes ago | parent [-]

That's not very Product Manager of you.

TheGRS 2 hours ago | parent | prev | next [-]

Dang, that's really fun! I think its solid all-around and no notes on the core game loop.

If you want to make it more accessible to folks like myself who stink at chess, I'd recommend adding some sort of power-ups so that you can take multiple pieces, jump over obstacles, or freeze enemies in place. And with that you probably have a great little game to sell on Steam :)

XCSme 4 hours ago | parent | prev | next [-]

Can't go over 19, seems to be a lot of RNG, sometimes pieces spawn around protecting each-other and you stuck between them, so not much you can do.

kalx 4 hours ago | parent [-]

Impossible?

XCSme 4 hours ago | parent [-]

It is possible, just saying that I can't do it, and there's no logic behind it.

You just have to be lucky and stumble upon a sequence that allows you to surive.

The RNG is seeeded though, always same seed, so you can determinarically explore all moves and find some sequences that lead to higher scores.

addandsubtract 3 hours ago | parent | prev | next [-]

The AI can cheat, because it can move a blocking piece out of the way to then attack you in the same turn. Or maybe it's just something to keep in mind, but it caught me off guard.

smu3l 3 hours ago | parent [-]

I think the order of enemy moves is deterministic. So if piece 1 blocks piece 2 from attacking you, piece 2 can attack if 1 moves out of the way.

ath92 3 hours ago | parent [-]

Tapping on the prince also shows move order

impendia 4 days ago | parent | prev | next [-]

This is cool!

One suggestion: some way to tell what the enemy pieces are? Maybe a legend to the right of the board? I ended up discovering by trial and error.

TheGRS 2 hours ago | parent | next [-]

I think it makes a pretty good assumption on understanding core chess rules, but yea that would be nice. The thing that did trip me up at first was not realizing the red and blue bishops were the same piece, I was wondering if I was missing something.

bastardo 2 hours ago | parent | prev [-]

Isn't it pretty obvious? At least I recognized them.

WillAdams 5 hours ago | parent | prev | next [-]

Charming!

Reminds me of Alice:

https://folklore.org/Alice.html

(which I played manically until I managed _1_ perfect game of --- still have the box/disk....)

sandgraham 4 hours ago | parent | prev | next [-]

Someone on the leaderboard got to 118? Would be fun to watch that replay.

16 4 hours ago | parent [-]

That was me. The engine is deterministic so I wrote a beam solver for it. My score should've been 208 (pretty sure it could play forever; I capped the solver at a max time limit) but I messed up one of my moves (I was manually moving the pieces instead of submitting the final move list with curl).

Daviey an hour ago | parent | next [-]

Well done for scoring 2nd place. :)

purple-leafy 3 hours ago | parent | prev | next [-]

Haha so clever love it! Must look into a beam solver

vovavili 3 hours ago | parent | prev | next [-]

I would expect no less from Hacker News, good job.

cowboy_henk 4 hours ago | parent | prev [-]

It was a matter of time I suppose. Would love to see the solver!

medbar 5 hours ago | parent | prev | next [-]

Looks like enemy movements are deterministic, wonder how feasible it is to script this. Was able to increase my score by 4 points trying alternate lines near the end

orsenthil 5 hours ago | parent | prev | next [-]

Very nice. Enjoyed playing this. I know Chess, what is Roguelike here ?

coldcity_again 5 hours ago | parent [-]

In the most general terms, a procedurally generated world with permadeath. The term's inspired by Rogue[1].

[1] https://en.wikipedia.org/wiki/Rogue_(video_game)

joemi 4 hours ago | parent [-]

In this game, I think _some_ of the less general terms (stricter definition) also apply: turn-based movement, grid-based movement.

sajithdilshan 2 hours ago | parent | prev | next [-]

The game is quite great, but the queen movement is flaky. Even if it carefully drag and drop it, it just moves to a different block

jerlam 2 hours ago | parent | prev | next [-]

Interesting, reminds me of Really Bad Chess where the pieces change whether you win or lose. If you're really bad the game might give you all queens or rooks.

bastardo 2 hours ago | parent | prev | next [-]

That's fun. I may have missed it when starting: What are the rules of movement for the opponents?

joshuakcockrell an hour ago | parent [-]

They have the same movement as their equivalent chess pieces.

amenghra 2 hours ago | parent | prev | next [-]

Well done. I think it's deterministic, i.e. playing the same board + same moves again spawns same enemies.

purple-leafy 3 hours ago | parent | prev | next [-]

Great game! Is it a different board each day?

Zebfross 2 hours ago | parent | prev | next [-]

Fun game! There should be a check mate though, right?

fsddfsdfssdf 6 hours ago | parent | prev | next [-]

Well done, Claude!

cowboy_henk 4 hours ago | parent [-]

There is some polish with Claude over the past few weeks, but we wrote the engine over 10 years ago actually. Each piece moves using a modified version of A* to simply find the shortest path to Prince Chazz (the piece controlled by the player).

avarun 2 hours ago | parent | next [-]

Your passkey login doesn't even work. I think the nature of Claude usage here goes a bit beyond "some polish".

(For reference, signing back in with a passkey seems to be impossible even after successfully creating an account with one. Every time you sign in it attempts to save a new passkey right after asking for the old one)

purple-leafy 3 hours ago | parent | prev [-]

You probably don’t need A*, do you actually want the AI to move optimally? That would infer the game ends sooner. You could probably just use greedy heuristics

fhn 5 hours ago | parent | prev | next [-]

no bad but the blue and red characters, I have no idea what they are

joemi 4 hours ago | parent [-]

I think those are bishops, and they have different colors based on which color spaces they start on.

foobarqux 5 hours ago | parent | prev | next [-]

What is Rogue-like about this?

tweetle_beetle 5 hours ago | parent [-]

You're right, it's just a puzzle game. Strange to use the theme of chess and change a queen into a prince too.

Pawnbarian is more chess-inspired than a chess themed, but actually rogue(lite)-like and very good.

https://j4nw.com/pawnbarian/

joemi 4 hours ago | parent | next [-]

"Rogue-like" is the most over-used term these days. It now has almost no meaning, compared to what it used to mean.

axus 3 hours ago | parent [-]

NES-game-with-no-battery-like

j_4 3 hours ago | parent | prev [-]

thank you for the kind words!

ChessGenome 5 hours ago | parent | prev | next [-]

Very cool concept only annoying thing was I exited out of the instructions panel and then wanted to revisit it later but it seemed impossible

fidrelity 4 hours ago | parent [-]

I think it can be reached through settings, then the question mark.

Explanation of the pieces would be nice too!

Chipatama90 an hour ago | parent | prev | next [-]

This is amazing!

ecesena 4 days ago | parent | prev | next [-]

I think I found a mini bug. Say I do a score of 10. Then I change board. Then I die with score < 10. I still have 10 for that board. It makes it easy to cheat the leaderboard :) Fun game!

Hugsbox 2 hours ago | parent | prev | next [-]

This is awesome :) thanks OP

55555 6 hours ago | parent | prev | next [-]

This is really really awesome

alexhans 4 hours ago | parent | prev | next [-]

Fun, responsive and intuitive. Congrats.

lxe 4 hours ago | parent | prev | next [-]

Genuinely interesting, thank you.

NickC25 4 hours ago | parent | prev | next [-]

Big chess fan here.

This is great!

egyptianblue 4 hours ago | parent | prev | next [-]

That was a lot of fun

ahmedehab_01 2 hours ago | parent | prev | next [-]

Looks really cool, keep going!

pjm331 5 hours ago | parent | prev | next [-]

great game well done i could easily play this for far too long

docheinestages 4 hours ago | parent | prev | next [-]

This is amazing!

heyarviind2 4 days ago | parent | prev | next [-]

This is really cool, bookmarked it

explosionpunch 10 hours ago | parent | prev | next [-]

This is really fun and intuitive. Pretty, too. What did you build it in?

rahatkabir 5 hours ago | parent | prev | next [-]

i played some minutes, cool

octopus143 3 hours ago | parent | prev | next [-]

well done!

Calgaryp 4 days ago | parent | prev | next [-]

Really fun !

akira_dev 4 days ago | parent | prev [-]

This is so cool bro