Search found 65 matches

by richapple
Sat Aug 18, 2012 5:25 pm
Forum: Support and Development
Topic: Inserting into tables
Replies: 21
Views: 8264

Re: Inserting into tables

Ok, so how would I then draw the object in different places. Let's say, get the position of the mouse cursor and draw the multiple instances of the ball at different places and then delete them? You can use this image every time you want to draw it: function love.draw() love.graphics.draw(objects.b...
by richapple
Sat Aug 04, 2012 5:21 pm
Forum: Support and Development
Topic: Point an arrow to the right angle
Replies: 13
Views: 8929

Re: Point an arrow to the right angle

Wait wait wait, what exactly do you want?
Also, you can use math.deg(ang in rad) for angle converting and you didn't see anything
minimal shooter.love
(1.04 KiB) Downloaded 300 times
by richapple
Sat Aug 04, 2012 9:28 am
Forum: Support and Development
Topic: Point an arrow to the right angle
Replies: 13
Views: 8929

Re: Point an arrow to the right angle

There's a function math.atan2( y , x ) (not sure why 2, just because math.atan is not cool) Something like this (not tested, you may have to reverse the ending and starting point) local guy = { x = 100, y = 100} -- your hero local aim = { x = 10, y = 10} -- his point of aim function love.draw() loca...
by richapple
Sun Jul 15, 2012 5:55 pm
Forum: Games and Creations
Topic: My first game! :DDDD (WIP) Feedback please :)
Replies: 12
Views: 7035

Re: My first game! :DDDD (WIP) Feedback please :)

Good game! Like the sounds but staring at the backgroud gives me a headache


Actually I posted to say topic count trips
by richapple
Sun Jul 15, 2012 1:03 pm
Forum: General
Topic: Commercial games.
Replies: 10
Views: 7122

Re: Commercial games.

BlackBulletIV wrote:bartbes and somebody else (I can't remember his name :( ) made a game and sold it on the Ubuntu store for a few dollars.
Nevon! The game is called Volley brawl and costs 2.99$ here and here
by richapple
Sun Jul 15, 2012 12:31 pm
Forum: Games and Creations
Topic: Mario Kart thing (Tero Kart)
Replies: 40
Views: 22882

Re: Mario Kart thing

Wow, It's getting better! I completely agree, The orientation is kind of messed up and grass is really annoying, but it's a WIP and it can be forgiven :) That motion blur is awesome and it definitely needs to be in game! Also, I don't have much experience on that topic but I think it will be cool if...
by richapple
Sun Jul 15, 2012 12:19 pm
Forum: General
Topic: Commercial games.
Replies: 10
Views: 7122

Re: Commercial games.

I believe yes, as LÖVE is licensed under ZLIB (awesome) license: Copyright © 2006-2010 LÖVE Development Team This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is gr...
by richapple
Sat Jul 14, 2012 1:12 pm
Forum: Games and Creations
Topic: Mario Kart thing (Tero Kart)
Replies: 40
Views: 22882

Re: Mario Kart thing

That looks very good! I myself was working on something similar about 2 month ago. Yours is better :3 Also, it uses quads (for small perfomance boost), but I am not sure if it is the proper use for them Ok, here it is: Mode 7.love features: No player picture Fog Bad case of programmer art Low perfom...
by richapple
Fri Jun 29, 2012 12:13 pm
Forum: General
Topic: How to check the end of a string?
Replies: 10
Views: 4605

Re: How to check the end of a string?

When in trouble, use this

Also, topic count quad