Log In  

Just made my first picotron game! I'll probably keep updating it, but I think it's in a good enough spot to put out now!

Cart #pirudutasa-8 | 2024-04-19 | Embed ▽ | License: CC4-BY-NC-SA
14

Get to floor 10 and defeat the Lich!

Controls: Arrow keys for movement and menus
X: Open/Close Inventory
Z: Wait/Use item/Confirm
X + Z: Hold to rest
Z + Direction: Sprint

P#146902 2024-04-18 20:37 ( Edited 2024-04-19 02:16)

fun game! the music/sfx is a nice touch

inventory bugs:

something feels weird about the inventory -- how many items can I equip at once? the game seems to force me to unequip some items when I use other ones, but I can re-use the old item and the new item isn't unequipped.

edit: later I crashed the game by equipping a shield(?). I had 4 items equipped still, but trying to equip this last one gave player.lua:120: attempt to index a nil value (field '?'). That line is self.inv[self.armor.id].equipped = false, so maybe self.inv[self.armor.id] is nil? maybe enchanting an item and then replacing it causes issues? (just a guess tho)

P#146912 2024-04-19 00:49 ( Edited 2024-04-19 00:52)

@pancelor hmm i thought i'd solved that one, it could be an issue with enchanting. I'll let ya know when i fix it. Thanks for playing it!!

P#146917 2024-04-19 01:51
1

@pancelor I believe it's fixed now

P#146919 2024-04-19 02:16

Yay I killed the lich! Great little roguelike that scratches all the itches. Well done.

P#146923 2024-04-19 04:00

@nephilim Thanks!!

P#146944 2024-04-19 13:33

[Please log in to post a comment]