Search found 75 matches

by Lacotemale
Sun Apr 06, 2014 6:44 pm
Forum: Support and Development
Topic: Enemy Card Selection?
Replies: 4
Views: 1566

Re: Enemy Card Selection?

Oops I forgot this is declared above the function as a global var: enemyHand = {6,7,8,9,10} So there should be a possible card on the first run at least but I get a stackoverflow right away on executing the game. =/ It worked fine before adding the elseif part. Can Lua not execute a function within ...
by Lacotemale
Sun Apr 06, 2014 10:56 am
Forum: Support and Development
Topic: Enemy Card Selection?
Replies: 4
Views: 1566

Enemy Card Selection?

Hey all, Im having an absolute blast with lua now. Porting my simple card game from GameEditor is going quite well. Pic here: http://www.photofiltre-lx.org/blog/2014/74.html However despite myself running into Lua issues every now and again. Well I am still a lua noob and sometimes I do a block of c...
by Lacotemale
Sun Mar 09, 2014 7:19 pm
Forum: Support and Development
Topic: Hi all! - Various questions on Love2d
Replies: 31
Views: 16201

Re: Hi all! - Various questions on Love2d

Starting loops from 1 instead of 0, what is this lua madness?! xD Anyway I actually got some coding done using classes today and I was surprised at how easy it was. :awesome: I will checkout physics and collision stuff later. My current game will not involve any of that. Although I am now reporting ...
by Lacotemale
Sat Mar 08, 2014 11:10 pm
Forum: Support and Development
Topic: Hi all! - Various questions on Love2d
Replies: 31
Views: 16201

Re: Hi all! - Various questions on Love2d

Thanks Micha! Much appreciated! Yeah I will need to do some reading on Lua I think. So far it just looks completely alien to me, very different to other languages. I guess I will start from the beginning. Trying to port one of my smallest projects: My progress thus far: http://www.photofiltre-lx.org...
by Lacotemale
Sat Mar 08, 2014 9:27 pm
Forum: Support and Development
Topic: Hi all! - Various questions on Love2d
Replies: 31
Views: 16201

Hi all! - Various questions on Love2d

Hey everyone, I have made a few games which got to partial completion in a piece of software called Game Editor. Lots of stuff was done through the GUI but the rest was C programming. Although I made some great progress the development of the Game Editor tool has run pretty dry and im looking for an...