Search found 8 matches

by g-ho4
Tue Aug 21, 2012 7:36 am
Forum: Games and Creations
Topic: First Game: Pholley
Replies: 16
Views: 12061

Re: First Game: Pholley

Very nice!

I don't know if it is wanted but right and left arrow can move the right opponent?
I also got the AI stuck on the right side of the window with the ball on it and no more movement at all...

Anyway, good job! :awesome:
by g-ho4
Thu Aug 16, 2012 8:08 am
Forum: Support and Development
Topic: [Help] UDP network
Replies: 8
Views: 7586

Re: [Help] UDP network

Yes, i think the problem comes from my own network... Any idea on "what can disturb an UDP connection ?" :emo:

Thanks Nixola, I'll try something with hamachi as soon as i can!
by g-ho4
Wed Aug 15, 2012 8:25 am
Forum: Support and Development
Topic: [Help] UDP network
Replies: 8
Views: 7586

Re: [Help] UDP network

Hi! Even the unmodified example from the udp tutorial doesn't work on two different machines :( I also unsuccessfully tried udp examples from that sources ( https://github.com/sam-github/luasocket ) on two machines... It's strange that projects using tcp works perfectly (such as the Wiki Based RPG b...
by g-ho4
Tue Aug 14, 2012 7:38 pm
Forum: Support and Development
Topic: [Help] UDP network
Replies: 8
Views: 7586

Re: [Help] UDP network

Hey! Different experiences with udp and tcp scripts led me to think that: =>TCP protocol works perfectly! =>UDP protocol only works if the client's script is executed on the server machine (so if the client is connected with "localhost" param). The problem is that when the client's script ...
by g-ho4
Tue Aug 14, 2012 4:32 pm
Forum: Support and Development
Topic: [Help] UDP network
Replies: 8
Views: 7586

Re: [Help] UDP network

Thanks for the answer!

But even with :

Code: Select all

udp:setpeername("192.168.0.12",6112)
for the löve client

I can't connect to the server running on my other computer, i deactivated all firewalls and opened port 6112 :(
by g-ho4
Tue Aug 14, 2012 3:50 pm
Forum: Support and Development
Topic: [Help] UDP network
Replies: 8
Views: 7586

[Help] UDP network

Hi guys! I 've learned a lot of things on luasockets with the online documentation and the tutorial on the wiki ( https://love2d.org/wiki/Tutorial:Networking_with_UDP ) so i wanted to try my first "multiplayer" game! I made a very simple Pong game engine a few weeks ago so i turned it into...
by g-ho4
Sun Aug 12, 2012 7:57 am
Forum: Games and Creations
Topic: PauZ [Demo] - Platform Action Puzzle
Replies: 24
Views: 17758

Re: PauZ [Demo] - Platform Action Puzzle

Your new version works perfectly now on my computer :ultraglee:

The demo is too short :( :P
by g-ho4
Sat Aug 11, 2012 7:01 pm
Forum: Games and Creations
Topic: PauZ [Demo] - Platform Action Puzzle
Replies: 24
Views: 17758

Re: PauZ [Demo] - Platform Action Puzzle

I've just finished the demo! I love the atmosphere of your game (graphics and music), i'm sure that with more content the game can easily become really addictive :crazy: Hmm i took so much time understanding how to climb the ladder in the tuto that i wanted to look for help in the menu i didn't find...