Search found 65 matches

by _ex_
Thu May 03, 2012 3:02 am
Forum: General
Topic: Killa: a new scripting language for Love 0.8.0
Replies: 45
Views: 39068

Re: Killa: a new scripting language for Love 0.8.0

How do you handle the upvalues in closures with the local-by-default behavior? In python, they had to go with the nonlocal keyword (see PEP 3104 . Javascript went with undefined-by-default behavior and forced the var keyword so that the scope is apparent for all variables and closures. Yes that is ...
by _ex_
Wed May 02, 2012 12:33 pm
Forum: General
Topic: Killa: a new scripting language for Love 0.8.0
Replies: 45
Views: 39068

Re: Killa: a new scripting language for Love 0.8.0

I was working locally but i had problems trying to merge with the master I'm new to mercurial and maybe I did something wrong so I think I corrupted the local repo, so I created a new copy and passed my changes there. I thought my changes were merged with the master. I'll re-upload later today becau...
by _ex_
Wed May 02, 2012 12:32 am
Forum: General
Topic: Killa: a new scripting language for Love 0.8.0
Replies: 45
Views: 39068

Killa: a new scripting language for Love 0.8.0

UPDATE 04/2013 I'm working in the 0.3 version of my language, making Killa a bit more JavaScript-like updated the latest version with a port of Notch's minecraft4k.js demo: http://jsdo.it/notch/dB1E http://sites.google.com/site/exeqtor/minecraft.png The code is pretty much similar to the JavaScript ...
by _ex_
Tue Apr 17, 2012 7:31 pm
Forum: General
Topic: Love Killa
Replies: 4
Views: 2129

Re: Love Killa

I'm sorry it was not in boot.lua but in graphics.lua, it's a minor bug I suspect: @@ -1351,7 +1351,7 @@ end else local t = type(value) - if t == "userdata" and value.type then t = valye.type end + if t == "userdata" and value.type then t = value.type end error("Cannot send v...
by _ex_
Tue Apr 17, 2012 6:21 pm
Forum: General
Topic: Love Killa
Replies: 4
Views: 2129

Re: Love Killa

thanks!
by _ex_
Tue Apr 17, 2012 4:27 pm
Forum: General
Topic: Love Killa
Replies: 4
Views: 2129

Love Killa

Hi there! so I was busy creating a new language based in Lua 5.2, it's called Killa ("moon" in Quechua) it's almost ready for its 0.1 release and I was working closely with Love2d so it's integrated with Love 0.8. At least my simple tetris clone is running on it. The motive about this new ...
by _ex_
Sat Mar 10, 2012 6:22 pm
Forum: General
Topic: So anyway, Mari0 is out...
Replies: 29
Views: 12163

Re: So anyway, Mari0 is out...

Great game!! :p
I don't know why my joystick buttons doesn't work in-game, they are detected in the configuration page though...
Using Windows 7 and old controller but they work with MAME
Nice shaders! I didn't know Love could do this.
by _ex_
Sun Jan 01, 2012 3:08 pm
Forum: General
Topic: Need music? I've got music
Replies: 11
Views: 8082

Re: Need music? I've got music

Nice. Many thanks to you! Feels good to see the "Music by Jarno Alanko" at the bottom. I used FL studio 10 with Sytrus for synths. I just bought the FL-studio signature bundle and made this to topic to test it out in action. Here's the .flp http://dl.dropbox.com/u/55130915/stc_theme.zip H...
by _ex_
Sun Jan 01, 2012 3:03 pm
Forum: Games and Creations
Topic: Simple Tetris Clone for LOVE
Replies: 14
Views: 12107

Re: Simple Tetris Clone for LOVE

MarekkPie wrote:Sweet clone. I like the visual drop shadow as well. One thing I'd suggest it some audio indication that you've made a tetris.
yes, now that I added music I think I will add some effects and a menu as well :D
by _ex_
Sun Jan 01, 2012 2:24 am
Forum: Games and Creations
Topic: Simple Tetris Clone for LOVE
Replies: 14
Views: 12107

Re: Simple Tetris Clone for LOVE

Added the awesome music theme Jarno gently composed for me.