Search found 56 matches

by cattail
Tue Apr 03, 2012 12:21 pm
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35787

Re: Zipperippers Showcase

I try to make these demos for LÖVE0.8 , basicly modify conf.lua , and in main.lua add "escape" key to quit()
by cattail
Mon Apr 02, 2012 3:54 pm
Forum: Games and Creations
Topic: Invader: arcade strategy game
Replies: 63
Views: 20771

Re: Invader: arcade strategy game

I had played invader p2 | p3 for a while , it often kick me out in my slow PC. I add print to view what's happend: local newamount = math.max(sel.pop-dt * ARROW_SPEED, 0.01) --line152 if arr==nil then print("arr=nil") end if sel.pop==nil then print("sel.pop=nil") end if newamount...
by cattail
Sun Apr 01, 2012 3:05 am
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35787

Re: Zipperippers Showcase

Nixola :
It's not too big...
Much appreciateed. yesterday I try polipo &tor no suceess...
by cattail
Sat Mar 31, 2012 1:13 pm
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35787

Re: Zipperippers Showcase

Thanks zipperipper for reupload demos. :ultrahappy:

I have someissue maybe about gov-firewall to get sites like dropbox , youtube ...
Unfortunately , I can't get http://www.mediafire.com , is the demos too big to fit love2d.org?
or github is good to me ...

Thank U anyway.
by cattail
Thu Mar 29, 2012 4:19 pm
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35787

Re: Zipperippers Showcase

Thanks coffee and zipperipper for reply. Since I'm newbie in love | Lua, most nice love is too complicated to me, so some "piece" demo , even no a game , is better to me understand something once a little ;-) And many people if they post a first love(game) in forum, code is too long and co...
by cattail
Thu Mar 29, 2012 2:49 pm
Forum: Libraries and Tools
Topic: Splines!
Replies: 15
Views: 19132

Re: Splines!

Awesome! vrld you are my hero.

I dig the hole forum (about 1/3 now) try to find out a "cuver drawing demo" , this is almost what I want .
And if not lookat ths topic, maybe after weeks I'll write a one from a lua forum spline lua file ,
and don't know I have (or not) a skill for it.
by cattail
Thu Mar 29, 2012 3:10 am
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35787

Re: Zipperippers Showcase

Sorry to dig this topic. I 'm learn from simple but nice stuff from the hole forum. I think this topic had a lot of fun stuff for learn. But in this topic every .love is missing , and i 'm behind "G F W" and can't connect to youtube and dropbox. Can someone kindly put them back in topic? (...
by cattail
Thu Mar 22, 2012 5:47 am
Forum: Support and Development
Topic: Is realistic jumping even possibru without love.physics ?
Replies: 16
Views: 6656

Re: Is realistic jumping even possibru without love.physics

I fix it since it's a simple demo.
Add player.vx , add key with up\left\right , a\d.
Not nice for havn't check key isdown , but it's works.
by cattail
Wed Mar 14, 2012 6:24 am
Forum: Support and Development
Topic: Triangle buttons
Replies: 9
Views: 3445

Re: Triangle buttons

Much more appreciated.
Your code is very clean and clear , easy to add new buttons in it, very nice sample.
by cattail
Tue Mar 13, 2012 1:56 am
Forum: Support and Development
Topic: Triangle buttons
Replies: 9
Views: 3445

Re: Triangle buttons

check Ensayia's one here Yes , this is the sample that I sad, thanks for the URL. But I guess that's a bug in it, when I test modify it to rectangular button. if x > v.x - v.w/2 and x < v.x + v.w/2 and y > v.y - v.w/2 and y < v.y + v.h/2 then I think it should be (the "w" --> "h"...