Search found 17 matches

by Overtorment
Fri May 23, 2014 11:15 am
Forum: Libraries and Tools
Topic: Noobhub - opensource multiplayer library for LÖVE
Replies: 29
Views: 26303

Re: Noobhub - opensource multiplayer library for LÖVE

Hello guys, Im a bit surprised that almost nobody of Love community uses this library.
Is there anyone here building multiplayer games?
by Overtorment
Thu Jan 16, 2014 8:33 pm
Forum: Libraries and Tools
Topic: LoveFS
Replies: 40
Views: 32808

Re: LoveFS

Thhanks!
Now it runs, but throws "no such file" upon opening image file.
(Windows 8.1)
by Overtorment
Mon Jan 13, 2014 9:14 pm
Forum: Libraries and Tools
Topic: LoveFS
Replies: 40
Views: 32808

Re: LoveFS

Would love to try than under latest Love! Thanks!
by Overtorment
Sat Jan 11, 2014 9:33 pm
Forum: Libraries and Tools
Topic: Noobhub - opensource multiplayer library for LÖVE
Replies: 29
Views: 26303

Re: Noobhub - opensource multiplayer library for LÖVE

Oh, forgot to post code examples. INITIALIZE hub = noobhub.new({ server = "your_server"; port = 1337; }); SUBSCRIBE TO A CHANNEL AND RECEIVE CALLBACKS WHEN NEW JSON MESSAGES ARRIVE hub:subscribe({ channel = "hello-world"; callback = function(message) if(message.action == "pi...
by Overtorment
Sat Jan 11, 2014 9:20 pm
Forum: Libraries and Tools
Topic: Noobhub - opensource multiplayer library for LÖVE
Replies: 29
Views: 26303

Noobhub - opensource multiplayer library for LÖVE

Hi guys, here's the Publish/Subscribe network library I've built. It was originally made for CoronaSDK, but I discovered it works perfectly in LÖVE with minimum porting. Here it is: https://github.com/Overtorment/NoobHub It is super-simple, perfect for network games (realtime and turn-based) or any ...
by Overtorment
Sat Jan 11, 2014 8:46 pm
Forum: General
Topic: Possibilities to store game data online (sql, ftp)
Replies: 5
Views: 5252

Re: Possibilities to store game data online (sql, ftp)

I would recommend CouchDB (a NoSQL database), as it has REST interface and basically can be accessed via plain HTTP.
by Overtorment
Sat Jan 11, 2014 3:37 pm
Forum: Libraries and Tools
Topic: LoveFS
Replies: 40
Views: 32808

Re: LoveFS

Is the project dead?

Not working under 0.9