Search found 5 matches
- Tue Jun 19, 2018 7:51 pm
- Forum: General
- Topic: Löve2d UWP Support?
- Replies: 0
- Views: 2138
Löve2d UWP Support?
Is there a LÖVE2D Port for UWP(Universal Windows Platform) or something, because that would have great potential, beacuse it would run on many devices(including Xbox One)?
- Sat Jun 09, 2018 3:21 pm
- Forum: General
- Topic: Getting into networking
- Replies: 6
- Views: 6899
Re: Getting into networking
Yeah, i guess.
But i have now solved many problems myself which i didn't think i could.
I will try asking on stackoverflow or something.
But i have now solved many problems myself which i didn't think i could.
I will try asking on stackoverflow or something.
- Tue Jun 05, 2018 8:03 pm
- Forum: General
- Topic: Getting into networking
- Replies: 6
- Views: 6899
Re: Getting into networking
Can anyone help me with that?
I also tried it with tcp but got simmillar problems.
I also tried it with tcp but got simmillar problems.
- Sun Jun 03, 2018 6:50 pm
- Forum: General
- Topic: Getting into networking
- Replies: 6
- Views: 6899
Re: Getting into networking
First, thanks for the answer. I am just starting and trying things out. I have wrote a basic client and server with udp(because i didn't get it to work with tcp): Client: local socket = require("socket") local udp = socket.udp() print("Please enter address:") local address = io.r...
- Sat Jun 02, 2018 8:18 pm
- Forum: General
- Topic: Getting into networking
- Replies: 6
- Views: 6899
Getting into networking
Hello everybody,
I wanted to try networking in lua and i don't know where to start, so i wanted to ask here if anyone can maybe help me or give me any directions.
I wanted to try networking in lua and i don't know where to start, so i wanted to ask here if anyone can maybe help me or give me any directions.