Log In  


Cart #45795 | 2017-11-02 | Code ▽ | Embed ▽ | No License
27


FINALLY

DIVE INTO DEPTHS AND REACH THE SKELETHRONE
AN OMAGE TO ROUGELIKS OF ALL KIND

ENOJY!!!!!111ON

OH, CONTROLS:

X - SWAP ITEM
Z/C - USE ITEM


UPDATE V1.1

  • title screen now epilepsy safe
  • add shopkeepr
  • general balancing
  • minor fixes
  • boss dies really cool

27


Tough, but interestingly varied and very well-done! I haven't even seen beyond the second zone or gotten any of the special equipment but I'm already loving it.
The music is definitely cool, too!

One thing though, that title screen does not look safe for people with epilepsy, so I'd definitely tone down the flashing rate if you can.


hei, thanks for playin!
can't really tell how difficult is right now, but i guess it might be too hard or not ramping up properly. didn't do much balancing

ill take a look at toning down the epilepsy thing

anybody knows if its possible to remove carts from the pico8 splore? i hate that it duplicates every time i update the cart


UPDATE V1.1 !!!11ONE

  • title screen now epilepsy safe
  • add shopkeepr
  • general balancing
  • minor fixes
  • boss dies really cool

GIVE FEDBACK :^)


Woah, looks super cool, I was thinking about nuclear throne demake for the procjam, but you were faster :D Well done!


Lil hint:

function sprs(sp,x,y,scale)
	local border=scale
	for i=1,15 do
		pal(i,cc3)
	end
		sspr(sp%16*8,flr(sp/16)*8,8,8,x,y+border,8*scale,8*scale)
		sspr(sp%16*8,flr(sp/16)*8,8,8,x+border,y+border,8*scale,8*scale)
		sspr(sp%16*8,flr(sp/16)*8,8,8,x+border,y,8*scale,8*scale)
		sspr(sp%16*8,flr(sp/16)*8,8,8,x+border,y-border,8*scale,8*scale)
		sspr(sp%16*8,flr(sp/16)*8,8,8,x,y-border,8*scale,8*scale)	
		sspr(sp%16*8,flr(sp/16)*8,8,8,x-border,y-border,8*scale,8*scale)
		sspr(sp%16*8,flr(sp/16)*8,8,8,x-border,y,8*scale,8*scale)
		sspr(sp%16*8,flr(sp/16)*8,8,8,x-border,y+border,8*scale,8*scale)	
	pal()
	pal(8,cc1) pal(7,cc2) pal(0,cc3)
	sspr(sp%16*8,flr(sp/16)*8,8,8,x,y,8*scale,8*scale)

end

You better use for here ;) It will save you quite a bit of tokens.


Awesome, love the graphics and the smooth gameplay! The 3-color aesthetic limitation really ties things together nicely, and the animations give everything a lot of character.

My fingers aren't used to quickly switching items yet, but this feels like a game with pretty high skill gap. It's really impressive that you made this for a quick game jam!


this is VERY good. A lot a of replayability.


i love skelethrone. it's top tier spelunkylike and hard in a way that is super replayable. i haven't gotten further than 2-1 or 2-2 yet, but i think i have a strategy to try next...

anyway 10/10, thanks for game!


HARD


Very enjoyable. Love the music and keeps me wanting to try again.



[Please log in to post a comment]