Search found 651 matches

by Inny
Tue May 31, 2016 1:15 am
Forum: Support and Development
Topic: multiple inheritance?
Replies: 11
Views: 7678

Re: multiple inheritance?

It's probably a better idea to use "Mixins" for multiple inheritance, rather than any delegation scheme via the __index metamethod. A Mixin is pretty simple: Copy all of the methods from one table into another. Yeah, that's it. In the class you're building, if there's any initialization lo...
by Inny
Tue May 31, 2016 1:04 am
Forum: Games and Creations
Topic: My new app announced during my keynote address
Replies: 4
Views: 3315

Re: My new app announced during my keynote address

inside the love file (rename it to ToogleFarts.zip), I include a CREDITS.txt that lists all the urls. The license is WTFPL, so harvest the source code if you find it useful.
by Inny
Mon May 30, 2016 6:47 pm
Forum: General
Topic: Organizing a Collection of Mini Games?
Replies: 4
Views: 1935

Re: Organizing a Collection of Mini Games?

If your target platform is win/mac/linux, you could just have everyone send you their .love files and package each individually. If you use something like the [nullsoft installer](https://en.wikipedia.org/wiki/Nullsoft_ ... all_System), then pop out an icon for each game.
by Inny
Mon May 30, 2016 2:25 am
Forum: Support and Development
Topic: Does love.filesystem.load violates App Store rules?
Replies: 3
Views: 2122

Re: Does love.filesystem.load violates App Store rules?

In this Quora Thread you get a straight answer, if you ship with the code, it's good. If you downloaded the code from the internet, it's a breach.
by Inny
Sun May 22, 2016 8:22 pm
Forum: Libraries and Tools
Topic: 1K Terminal challenge
Replies: 29
Views: 23854

Re: 1K Terminal challange

ivan wrote:pressing the spacebar deletes the last character
Whoops, that slipped through my testing. I'll fix it and just edit my other post.
by Inny
Sun May 22, 2016 6:40 pm
Forum: Libraries and Tools
Topic: 1K Terminal challenge
Replies: 29
Views: 23854

Re: 1K Terminal challange

Oh baby. I spent a day playing Cards against Humanity, but I was secretly thinking about this and launched into it this morning. My trick here is I use a 3x5 font I stole from the dwarf fortress wiki, rather than the 8x8 font. So, sorry for everyone that has to squint while looking at my terminal wi...
by Inny
Thu May 19, 2016 3:12 am
Forum: Games and Creations
Topic: My new app announced during my keynote address
Replies: 4
Views: 3315

My new app announced during my keynote address

Whether it’s welcoming a new baby, celebrating the winning shot in overtime, or discovering the best taco stand ever - I want you to share these moments with friends and family the instant they happen. Most of the time, this means blowing a raspberry or using your armpit. Today I'm sharing a new app...
by Inny
Tue May 17, 2016 12:51 am
Forum: General
Topic: Library sub-forum?
Replies: 36
Views: 18023

Re: Library sub-forum?

The bad thing about secret forums is that people aren't using them to talk about you.
by Inny
Sun May 15, 2016 4:40 pm
Forum: Support and Development
Topic: Snake game movement, what's a better way?
Replies: 2
Views: 1615

Re: Snake game movement, what's a better way?

I have a minimal snake game I wrote recently that you can study if you'd like. I don't believe my method is "correct" in the sense that Snake is simple enough such that whatever way you can write it so that feels good at playtime is Good Enough (TM). In other words, your code is good if yo...
by Inny
Sat May 14, 2016 5:37 pm
Forum: General
Topic: Library sub-forum?
Replies: 36
Views: 18023

Re: Library sub-forum?

Just a quick question, which list is smaller, Libraries and Tools, or Games and Projects?