The shoelace formula, or shoelace algorithm, is a mathematical algorithm to determine the area of a simple polygon whose vertices are described by ordered pairs in the plane
Wikipedia
Search found 11 matches
- Wed Jan 25, 2012 1:19 am
- Forum: Libraries and Tools
- Topic: Shoelace Algorithm
- Replies: 1
- Views: 1962
- Fri Jan 20, 2012 4:06 am
- Forum: Games and Creations
- Topic: Bomberman
- Replies: 14
- Views: 7257
Bomberman
This is a beta version of my bomberman project.
Player 1 settings (Black):
Arrow keys move
Space place bombs.
Player 2 settings (White):
ASDW keys move
Q place bombs.
Player 1 settings (Black):
Arrow keys move
Space place bombs.
Player 2 settings (White):
ASDW keys move
Q place bombs.
- Thu Jan 12, 2012 5:57 pm
- Forum: Libraries and Tools
- Topic: LoveAStar: A* Search in Lua/Love
- Replies: 66
- Views: 36925
Re: A* Search in Lua/Love
This path isn't the short '-'.
- Sat Jan 07, 2012 9:46 pm
- Forum: Support and Development
- Topic: Color Palette Selection
- Replies: 5
- Views: 4943
Re: Color Palette Selection
There is the result, thanks for all.
- Fri Jan 06, 2012 7:33 pm
- Forum: Support and Development
- Topic: Color Palette Selection
- Replies: 5
- Views: 4943
Re: Color Palette Selection
Bartbes can you tell me more about this ImageData:getPixel? I didn't found this function on wiki Oo '-'
Forget '-' kkkk i found it thanks, I will try it...
Forget '-' kkkk i found it thanks, I will try it...
- Fri Jan 06, 2012 7:02 pm
- Forum: Support and Development
- Topic: Color Palette Selection
- Replies: 5
- Views: 4943
Color Palette Selection
I'm needing a lib for color palette to select colors to make a paint in LÖVE but i can't make one by myself and didn't found it on google.
Something like that:
Someone could help me?
Something like that:
Someone could help me?
- Fri Jan 06, 2012 2:44 am
- Forum: Libraries and Tools
- Topic: Connection Paint
- Replies: 6
- Views: 3325
Re: Connection Paint
Hmm there is, i think.
- Fri Jan 06, 2012 12:43 am
- Forum: Libraries and Tools
- Topic: Connection Paint
- Replies: 6
- Views: 3325
Connection Paint
A picture is worth a thousand words.
Click to able or disable connections.
If you like change the configurations of the game and put it full screen I like that...
- Tue Jan 03, 2012 11:45 am
- Forum: Games and Creations
- Topic: Online game example
- Replies: 3
- Views: 3492
Re: Online game example
Don't have connections in udp, just send datagrams to the FriendIP in port PORT locateds in main.lua
- Mon Jan 02, 2012 10:09 pm
- Forum: Games and Creations
- Topic: Online game example
- Replies: 3
- Views: 3492
Online game example
I did not find any online games in the forum, so I decided to make this simple game Need two people to work online, and the IPs are configured in main.lua You click on the screen and shows a "gout" on your screen and your friend. I'm not very good in lua and in English, I do my best :( Onl...