Search found 11 matches

by Mkalo
Wed Jan 25, 2012 1:19 am
Forum: Libraries and Tools
Topic: Shoelace Algorithm
Replies: 1
Views: 1832

Shoelace Algorithm

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
by Mkalo
Fri Jan 20, 2012 4:06 am
Forum: Games and Creations
Topic: Bomberman
Replies: 14
Views: 6880

Bomberman

This is a beta version of my bomberman project.
bomberman.png
bomberman.png (28.33 KiB) Viewed 4326 times

Player 1 settings (Black):
Arrow keys move
Space place bombs.

Player 2 settings (White):
ASDW keys move
Q place bombs.

Bomberman.zip
(1.83 MiB) Downloaded 700 times
by Mkalo
Thu Jan 12, 2012 5:57 pm
Forum: Libraries and Tools
Topic: LoveAStar: A* Search in Lua/Love
Replies: 66
Views: 34251

Re: A* Search in Lua/Love

Image

This path isn't the short '-'.
by Mkalo
Sat Jan 07, 2012 9:46 pm
Forum: Support and Development
Topic: Color Palette Selection
Replies: 5
Views: 4710

Re: Color Palette Selection

There is the result, thanks for all.
by Mkalo
Fri Jan 06, 2012 7:33 pm
Forum: Support and Development
Topic: Color Palette Selection
Replies: 5
Views: 4710

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...
by Mkalo
Fri Jan 06, 2012 7:02 pm
Forum: Support and Development
Topic: Color Palette Selection
Replies: 5
Views: 4710

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:
Image

Someone could help me?
by Mkalo
Fri Jan 06, 2012 2:44 am
Forum: Libraries and Tools
Topic: Connection Paint
Replies: 6
Views: 3129

Re: Connection Paint

Hmm there is, i think.
by Mkalo
Fri Jan 06, 2012 12:43 am
Forum: Libraries and Tools
Topic: Connection Paint
Replies: 6
Views: 3129

Connection Paint

Image

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...
by Mkalo
Tue Jan 03, 2012 11:45 am
Forum: Games and Creations
Topic: Online game example
Replies: 3
Views: 3343

Re: Online game example

Don't have connections in udp, just send datagrams to the FriendIP in port PORT locateds in main.lua
by Mkalo
Mon Jan 02, 2012 10:09 pm
Forum: Games and Creations
Topic: Online game example
Replies: 3
Views: 3343

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...