morbus roguelike

Show off your games, demos and other (playable) creations.
Post Reply
imgifty
Prole
Posts: 13
Joined: Wed Nov 20, 2013 12:58 pm

morbus roguelike

Post by imgifty »

Hey there guys

I'm now posting my first game made with Love2D:

Morbus the Roguelike

Image

Here are some screenshots of the gameplay:

Image

I would really appreciate feedback of the game and my programming. Also I couldnt get the appropriate music with my game but I would suggest listening to:
https://www.youtube.com/watch?v=mRjzY-hBERw and https://www.youtube.com/watch?v=DdN8uBWteic while playing the game.

edit: one level was impossible :P

Thanks :P
Attachments
morbus.love
most recent file: downlaod this
(161.21 KiB) Downloaded 178 times
morbus.love
(161.18 KiB) Downloaded 131 times
davisdude
Party member
Posts: 1154
Joined: Sun Apr 28, 2013 3:29 am
Location: North Carolina

Re: morbus roguelike

Post by davisdude »

It doesn't show any of the tiles for me.
GitHub | MLib - Math and shape intersections library | Walt - Animation library | Brady - Camera library with parallax scrolling | Vim-love-docs - Help files and syntax coloring for Vim
imgifty
Prole
Posts: 13
Joined: Wed Nov 20, 2013 12:58 pm

Re: morbus roguelike

Post by imgifty »

Did you press comma? Because then you pick up the torch for the light.
davisdude
Party member
Posts: 1154
Joined: Sun Apr 28, 2013 3:29 am
Location: North Carolina

Re: morbus roguelike

Post by davisdude »

Ah, that makes sense... I guess I should read more... :P
GitHub | MLib - Math and shape intersections library | Walt - Animation library | Brady - Camera library with parallax scrolling | Vim-love-docs - Help files and syntax coloring for Vim
Draetheus
Prole
Posts: 12
Joined: Wed Dec 29, 2010 9:15 pm

Re: morbus roguelike

Post by Draetheus »

Firstly I must say this is really impressive for a first game! Its pretty fun, and the ASCII lighting effect is really cool. I made it to the 4th dungeon. It would be nice if there was a way to retry instead of having to completely quit out and go back in.

For the bad: I noticed if you left the game at the intro, it would slow down and eventually lag out, freezing up the whole window. I checked task manager and LOVE was leaking memory pretty bad before eventually re-claiming it. This happens in game too, but doesn't seem to affect gameplay as much.

Edit: I unzipped the file and checked the code. You are doing a lot of things you shouldn't be doing inside love.draw(), namely creating new assets (newFont, newQuad, newImage, etc). The LOVE wiki specifically warns you about this in the documentation of those functions.
imgifty
Prole
Posts: 13
Joined: Wed Nov 20, 2013 12:58 pm

Re: morbus roguelike

Post by imgifty »

Draetheus wrote:Firstly I must say this is really impressive for a first game! Its pretty fun, and the ASCII lighting effect is really cool. I made it to the 4th dungeon. It would be nice if there was a way to retry instead of having to completely quit out and go back in.

For the bad: I noticed if you left the game at the intro, it would slow down and eventually lag out, freezing up the whole window. I checked task manager and LOVE was leaking memory pretty bad before eventually re-claiming it. This happens in game too, but doesn't seem to affect gameplay as much.

Edit: I unzipped the file and checked the code. You are doing a lot of things you shouldn't be doing inside love.draw(), namely creating new assets (newFont, newQuad, newImage, etc). The LOVE wiki specifically warns you about this in the documentation of those functions.
Thanks for your feedback. Oh I didnt really notice that I was doing those things in my love.draw() :s I guess Ill change it later. Is the game way too hard or too easy?
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests