Search found 65 matches

by tavuntu
Thu Oct 24, 2013 4:37 pm
Forum: Support and Development
Topic: Pong help
Replies: 2
Views: 2776

Re: Pong help

Hi, your problem it's only a logic problem, check the code you left above: if ball.x + ball.radius < 0 then -- This is true when the ball is scored to the left right? -- When you change the ball coordinates, this ^ won't be true anymore and -- the if-elseif structure of below won't work (nothing of ...
by tavuntu
Thu Oct 24, 2013 4:20 pm
Forum: Libraries and Tools
Topic: Diamond Square Algorithm for Terrain Generation
Replies: 4
Views: 3031

Re: Diamond Square Algorithm for Terrain Generation

As I see that nobody has had the idea of ​​giving a little "thanks"...
thanks, Gravy :)
by tavuntu
Thu Oct 24, 2013 4:13 pm
Forum: Libraries and Tools
Topic: Realtime filesysten [WINDOWS]
Replies: 9
Views: 5607

Re: Realtime filesysten [WINDOWS]

I see what you're trying to do and, believe me, I don't want to discourage you, but love.filesystem is more than enough for IO operations in löve :)
Regards.
by tavuntu
Wed Oct 23, 2013 5:17 pm
Forum: Support and Development
Topic: Paint program
Replies: 29
Views: 19449

Re: Paint program

oops, a little later.
by tavuntu
Wed Oct 23, 2013 5:14 pm
Forum: Support and Development
Topic: Paint program
Replies: 29
Views: 19449

Re: Paint program

Hi, that piece of code creates n empty rows, where n =width and for each row creates m pixels, where m =height, something like this (with width=3 and height=3): -- First iteration (i=1,j=1): {0} -- 2nd iteration (i=1,j=2): {0,0} -- 3rd iteration (i=1,j=3): {0,0,0} --... -- 6th iteration (i=2,j=3): {...
by tavuntu
Wed Oct 23, 2013 1:30 am
Forum: Games and Creations
Topic: 9891 - Now on indiegogo, Multiplayer & Singleplayer!
Replies: 4
Views: 2599

Re: 9891 - Now on indiegogo, Multiplayer & Singleplayer!

Are you a soldier with a gas mask? Looks interesting I'll check it :)
by tavuntu
Wed Oct 23, 2013 1:25 am
Forum: Games and Creations
Topic: Cargo vessel
Replies: 1
Views: 2080

Re: Cargo vessel

Seems nice, I'll check it out :)
by tavuntu
Mon Oct 21, 2013 6:55 pm
Forum: Games and Creations
Topic: [FIRST UPDATE] Sprite editor
Replies: 0
Views: 2240

[FIRST UPDATE] Sprite editor

Hi everyone :) I'm doing a little sprite editor, it's not finished yet (now, like 60% done) but here's a preview: http://img841.imageshack.us/img841/8114/o453.png https://www.dropbox.com/s/xb4dbzjqtarttci/sprite_editor.love I get "inpired" from this one: http://www.youtube.com/watch?v=-J71...
by tavuntu
Sun Oct 20, 2013 12:42 am
Forum: Games and Creations
Topic: My first game [wip]
Replies: 6
Views: 3903

Re: My first game [wip]

Looks nice, I'll take a look :)