Log In  

Cart #52836 | 2018-05-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

small grid roguelike.

Press z to use items that you pick up, each inventory slot can only be used in the direction it is picked up in. Complete quests for bonus points!

8 ITEMS! 3 ENEMIES! 3 QUESTS!


green potions heal
red potions hurt
blue potions freeze

changelog
0.5
fixed long standing "out of memory" bug
tweaked quest bonus
added highscore saving

0.4
quest where you have to bring at least 3 potions to the exit
enemy that waits until it sees you, at which point it paths towards where it last saw you

0.3
fogs now effect the enemies that they are throw at
better memory management (maybe)
in game sound effects

P#11873 2015-07-26 23:27 ( Edited 2018-05-18 01:50)

oh wow, this is great! I have a feeling im going to be coming back to this one a lot

P#11880 2015-07-27 00:24 ( Edited 2015-07-27 04:24)

This is really neat! The directional binding of items is a great little twist to add some novelty and tactical depth to a small RL.

That 1x2 title font is great, too. Did you pack the whole thing into the sprite buffer or just the letters needed for the title text?

P#11890 2015-07-27 07:38 ( Edited 2015-07-27 11:38)

I just did the letters needed, and actually even less then that, since a bunch of the letters share elements. I got a bunch of ideas for the visual stuff in this cart from https://www.lexaloffle.com/bbs/?tid=2039

I am gonna try and clean up those out of memory issues that people are having today, hopefully you will be able to complete more than 2 quests when I get done with that.

P#11898 2015-07-27 11:16 ( Edited 2015-07-27 15:16)

This is really nice!

P#11914 2015-07-27 13:59 ( Edited 2015-07-27 17:59)

ok! I am now totally out of program space. Added a new quest and a new enemy type though. I tried to reclaim a little program space, but I couldn't figure out the best way to do it.

P#12833 2015-08-20 18:32 ( Edited 2015-08-20 22:32)

Nice game! I played 3 screens and then got an "out of memory" error.

P#12868 2015-08-21 19:42 ( Edited 2015-08-21 23:42)

urrgh :( @zep is the memory space more constrained in the web version than the client? i.e. maybe the GC runs less often or something?

P#12870 2015-08-21 20:19 ( Edited 2015-08-22 00:19)

just under 3 years later, I decided to finally chase down that out of memory error. The cause that I found was having the player get hit by two enemies and die in the same turn. That would cause the game to end twice in a row, which it didn't like doing. There might still be bugs, but at least one is gone.

also, since token counting changed, I now have 3k extra tokens to work with, holy crap. might add some additional stuff to this :D

p.s. my current highscore is 60

P#52837 2018-05-17 21:50 ( Edited 2018-05-18 01:57)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 20:42:18 | 0.012s | Q:24