Hey there guys
I'm now posting my first game made with Love2D:
Morbus the Roguelike
Here are some screenshots of the gameplay:
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
Thanks
morbus roguelike
morbus roguelike
- Attachments
-
- morbus.love
- most recent file: downlaod this
- (161.21 KiB) Downloaded 178 times
-
- morbus.love
- (161.18 KiB) Downloaded 131 times
Re: morbus roguelike
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
Re: morbus roguelike
Did you press comma? Because then you pick up the torch for the light.
Re: morbus roguelike
Ah, that makes sense... I guess I should read more...
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
Re: morbus roguelike
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.
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.
Re: morbus roguelike
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?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.
Who is online
Users browsing this forum: No registered users and 2 guests