Search found 7 matches

by meffcio
Sun Sep 16, 2018 9:41 pm
Forum: General
Topic: What is your preffered way of creating games in LÖVE?
Replies: 2
Views: 2816

What is your preffered way of creating games in LÖVE?

Hi everyone! I've been toying with LÖVE engine for quite some time in the past, but to be honest - I've never actually finished even one game. (Had much better luck with some more popular engines). Now I'd like to get back to LÖVE - I like the simplicity of it, speed of deployment etc. It's just... ...
by meffcio
Mon Feb 15, 2016 9:21 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411005

Re: "Questions that don't deserve their own thread" thread

Which GUI library is on the top now? I need to make an interface for a fantasty turn-based game. Think of HoMM.
by meffcio
Mon Feb 15, 2016 5:25 pm
Forum: Support and Development
Topic: Making a roguelike game - please review my OOP code
Replies: 5
Views: 3551

Re: Making a roguelike game - please review my OOP code

I took a quick peek, it seems fine, though it looks like you need to invert the way in which you're building the code. You're doing whats known as a top-down design, where you're stubbing out all the classes you think you'll need with the intention of filling them in later. Instead, it'll be more s...
by meffcio
Thu Feb 11, 2016 11:53 am
Forum: Support and Development
Topic: Making a roguelike game - please review my OOP code
Replies: 5
Views: 3551

Re: Making a roguelike game - please review my OOP code

Thanks for pointing that out, but as I said - the code itself is low priority for now. I'd like to have some guidance in oop design of the game logic. :)
by meffcio
Thu Feb 11, 2016 9:56 am
Forum: Support and Development
Topic: Making a roguelike game - please review my OOP code
Replies: 5
Views: 3551

Making a roguelike game - please review my OOP code

Hi guys, my 1st thread on this board. :awesome: I'm making a classic ordinary roguelike game in our beloved framework and as always I'm having a hard time designing the logic. The code's on github . I'd like to ask you guys to tell me what you think of what I'm doing. Basically I'm pretty sure I'm m...
by meffcio
Thu Jan 28, 2016 7:59 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352821

Re: Löve Frames - A GUI Library

Ok, thanks. I am rather certain that post was last updated well before the release of löve 0.10.0 so I thought the post might be outdated. There is a fork by someone that updates loveframes. Idk where it's at though. Maybe ask on irc to see who's it is. This is the fork right here. The stencil syst...