MrFlibble78 Posted May 18, 2014 Share Posted May 18, 2014 I've uploaded my current WIP #lowrezjam roguelike. The game is almost fully playable. You can find the exit and move deeper down the mazes and you can also die, but most item functionality is missing. Here is the maze generation algorithm in action. It uses Prim's Algorithm and creates always solvable mazes. Here is the games combat where I take on a rather badly drawn pixel skeleton. Then beat another badly drawn sprite but this time a snake. Lastly here is the inventory in action. You can try out the game at it's GameJolt page HERE. Any feedback would be great, especially if you came up with a name. Thanks. Quote Link to comment Share on other sites More sharing options...
suntemple Posted May 19, 2014 Share Posted May 19, 2014 Hi MrFlibble, it's really nice. I didn't feel like it needs double speed (you mentioned on gamejolt). Some loadig bar or percentage during the generation phase would be nice (it took maybe 3 minutes on mobile). MrFlibble78 1 Quote Link to comment Share on other sites More sharing options...
MrFlibble78 Posted May 19, 2014 Author Share Posted May 19, 2014 Thanks for taking the time to play I don't think it needs 2 space movement myself but thought it would have suggested. Will try and fit a loading bar on the generation screen. It was the same when I tested it on my tablet. The generation code is not very suited to mobile processors I don't think and it's unlikely I could speed it up, I just don't have the skills. For anyone not wanting to play via GameJolt you can try it - HERE - it can be played via a mobile browser just give the generation screen time Thanks for playing Quote Link to comment Share on other sites More sharing options...
jpdev Posted May 19, 2014 Share Posted May 19, 2014 You could call it high-rez-dungeon (Whaaat? .. yeah, compaired to my dungeon crawler for the low-rez-jam it is indeed high-detailed .. my main character is 2px - link in signature) I like your random maze generation.. mine ist using a premade map (made with tiled) .. but I have a half completed generator. Maybe I'll build an endless version.. (but maybe not, because it's so much work.. for a low rez game that nobody will every player more then 5 minutes ^^) MrFlibble78 1 Quote Link to comment Share on other sites More sharing options...
MrFlibble78 Posted May 19, 2014 Author Share Posted May 19, 2014 You could call it high-rez-dungeon (Whaaat? .. yeah, compaired to my dungeon crawler for the low-rez-jam it is indeed high-detailed .. my main character is 2px - link in signature) I like your random maze generation.. mine ist using a premade map (made with tiled) .. but I have a half completed generator. Maybe I'll build an endless version.. (but maybe not, because it's so much work.. for a low rez game that nobody will every player more then 5 minutes ^^) I had a maze generator already complete but it was slower and gave weird results. I rewrote it again for a friend during the jam and couldn't resist using it. Go for a endless version of your game. Even if it's just as a side project to work on every now and then. I really enjoyed it. jpdev 1 Quote Link to comment Share on other sites More sharing options...
MrFlibble78 Posted May 22, 2014 Author Share Posted May 22, 2014 I've updated the game for anyone interested. Added the chance of enemy drops on death. Added the teleport item. Here is the full changelog.Added a generating % to the generation screen.Sped up map & inventory sliding onto the screen.Fixed a problem with the inventory.You now click the inventory bag to close it.Improved the inventory Left & Right buttons.You can now click 2 squares from player he will still only move 1 square.Updated some keyboard controls - Better to use the mouse at this point.Broke the inventory again & fixed it again - I think??!!Added potion usage. Using a potion will restore half of your lost health.Fixed the @ sign in the map not conforming to jam rules. Thanks 8bit-ninja.Fixed the health bar not conforming to jam rules.Added item drops when killing an enemy.Added Teleport item usage (purple burst). Will randomly teleport player to exit, moneybag, chest or random position. May also randomly fail to teleport too.Added GameJolt highscores for money on death. You can try it out at GameJolt. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.