Hacker News
Show HN: Chess-Inspired Roguelike
94 points by cowboy_henk
ago
|
37 comments
XCSme
|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.
Doches
|next
|previous
[-]
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...
WillAdams
|next
|previous
[-]
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....)
medbar
|next
|previous
[-]
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
impendia
|next
|previous
[-]
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.
orsenthil
|next
|previous
[-]
Very nice. Enjoyed playing this. I know Chess, what is Roguelike here ?
sandgraham
|next
|previous
[-]
Someone on the leaderboard got to 118? Would be fun to watch that replay.
16
|root
|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).
ChessGenome
|next
|previous
[-]
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
foobarqux
|next
|previous
[-]
What is Rogue-like about this?
ecesena
|next
|previous
[-]
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!